Fix presubmit.
TBR=mnaganov BUG= TEST= Review URL: http://codereview.chromium.org/6902203 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7738 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
cf239c4ea8
commit
30ef211fcf
@ -1,4 +1,4 @@
|
||||
// Copyright 2007-2009 the V8 project authors. All rights reserved.
|
||||
// Copyright 2011 the V8 project authors. All rights reserved.
|
||||
// Redistribution and use in source and binary forms, with or without
|
||||
// modification, are permitted provided that the following conditions are
|
||||
// met:
|
||||
@ -296,7 +296,7 @@ TEST(MultipleAssignments) {
|
||||
TEST(PassedAsConstructorParameter) {
|
||||
InitializeVM();
|
||||
v8::HandleScope scope;
|
||||
|
||||
|
||||
v8::Handle<v8::Script> script = Compile(
|
||||
"function Foo() {}\n"
|
||||
"var foo = new Foo(function() { return 1; })");
|
||||
@ -307,7 +307,7 @@ TEST(PassedAsConstructorParameter) {
|
||||
TEST(FactoryHashmap) {
|
||||
InitializeVM();
|
||||
v8::HandleScope scope;
|
||||
|
||||
|
||||
v8::Handle<v8::Script> script = Compile(
|
||||
"function createMyObj() {\n"
|
||||
" var obj = {};\n"
|
||||
@ -323,7 +323,7 @@ TEST(FactoryHashmap) {
|
||||
TEST(FactoryHashmapVariable) {
|
||||
InitializeVM();
|
||||
v8::HandleScope scope;
|
||||
|
||||
|
||||
v8::Handle<v8::Script> script = Compile(
|
||||
"function createMyObj() {\n"
|
||||
" var obj = {};\n"
|
||||
@ -342,7 +342,7 @@ TEST(FactoryHashmapVariable) {
|
||||
TEST(FactoryHashmapConditional) {
|
||||
InitializeVM();
|
||||
v8::HandleScope scope;
|
||||
|
||||
|
||||
v8::Handle<v8::Script> script = Compile(
|
||||
"function createMyObj() {\n"
|
||||
" var obj = {};\n"
|
||||
|
Loading…
Reference in New Issue
Block a user