Fix presubmit.
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 2 May 2011 11:08:44 +0000 (11:08 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 2 May 2011 11:08:44 +0000 (11:08 +0000)
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

test/cctest/test-func-name-inference.cc

index 80f9bd1..e0d99ec 100644 (file)
@@ -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"