| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.cpp
 | 
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.cpp
 | 
| index dce8315cea804e2f88076cdb822f5e4cacccf36e..6c9bba15a8c15ec1194fa67912b6292d0e3adc00 100644
 | 
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.cpp
 | 
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.cpp
 | 
| @@ -154,7 +154,7 @@ static void voidMethodArrayOfLongsArgMethod(const v8::FunctionCallbackInfo<v8::V
 | 
|      impl->voidMethodArrayOfLongsArg(arrayOfLongsArg);
 | 
|  }
 | 
|  
 | 
| -static void voidMethodArrayOfLongsArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
 | 
| +void voidMethodArrayOfLongsArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
 | 
|  {
 | 
|      TestTypedefsV8Internal::voidMethodArrayOfLongsArgMethod(info);
 | 
|  }
 | 
| @@ -183,7 +183,7 @@ static void voidMethodFloatArgStringArgMethod(const v8::FunctionCallbackInfo<v8:
 | 
|      impl->voidMethodFloatArgStringArg(floatArg, stringArg);
 | 
|  }
 | 
|  
 | 
| -static void voidMethodFloatArgStringArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
 | 
| +void voidMethodFloatArgStringArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
 | 
|  {
 | 
|      TestTypedefsV8Internal::voidMethodFloatArgStringArgMethod(info);
 | 
|  }
 | 
| @@ -208,7 +208,7 @@ static void voidMethodTestCallbackInterfaceTypeArgMethod(const v8::FunctionCallb
 | 
|      impl->voidMethodTestCallbackInterfaceTypeArg(testCallbackInterfaceTypeArg);
 | 
|  }
 | 
|  
 | 
| -static void voidMethodTestCallbackInterfaceTypeArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
 | 
| +void voidMethodTestCallbackInterfaceTypeArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
 | 
|  {
 | 
|      TestTypedefsV8Internal::voidMethodTestCallbackInterfaceTypeArgMethod(info);
 | 
|  }
 | 
| @@ -232,7 +232,7 @@ static void uLongLongMethodTestInterfaceEmptyTypeSequenceArgMethod(const v8::Fun
 | 
|      v8SetReturnValue(info, static_cast<double>(impl->uLongLongMethodTestInterfaceEmptyTypeSequenceArg(testInterfaceEmptyTypeSequenceArg)));
 | 
|  }
 | 
|  
 | 
| -static void uLongLongMethodTestInterfaceEmptyTypeSequenceArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
 | 
| +void uLongLongMethodTestInterfaceEmptyTypeSequenceArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
 | 
|  {
 | 
|      TestTypedefsV8Internal::uLongLongMethodTestInterfaceEmptyTypeSequenceArgMethod(info);
 | 
|  }
 | 
| @@ -246,7 +246,7 @@ static void testInterfaceOrTestInterfaceEmptyMethodMethod(const v8::FunctionCall
 | 
|      v8SetReturnValue(info, result);
 | 
|  }
 | 
|  
 | 
| -static void testInterfaceOrTestInterfaceEmptyMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
 | 
| +void testInterfaceOrTestInterfaceEmptyMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
 | 
|  {
 | 
|      TestTypedefsV8Internal::testInterfaceOrTestInterfaceEmptyMethodMethod(info);
 | 
|  }
 | 
| @@ -260,7 +260,7 @@ static void domStringOrDoubleMethodMethod(const v8::FunctionCallbackInfo<v8::Val
 | 
|      v8SetReturnValue(info, result);
 | 
|  }
 | 
|  
 | 
| -static void domStringOrDoubleMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
 | 
| +void domStringOrDoubleMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
 | 
|  {
 | 
|      TestTypedefsV8Internal::domStringOrDoubleMethodMethod(info);
 | 
|  }
 | 
| @@ -284,7 +284,7 @@ static void arrayOfStringsMethodArrayOfStringsArgMethod(const v8::FunctionCallba
 | 
|      v8SetReturnValue(info, toV8(impl->arrayOfStringsMethodArrayOfStringsArg(arrayOfStringsArg), info.Holder(), info.GetIsolate()));
 | 
|  }
 | 
|  
 | 
| -static void arrayOfStringsMethodArrayOfStringsArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
 | 
| +void arrayOfStringsMethodArrayOfStringsArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
 | 
|  {
 | 
|      TestTypedefsV8Internal::arrayOfStringsMethodArrayOfStringsArgMethod(info);
 | 
|  }
 | 
| @@ -308,7 +308,7 @@ static void stringArrayMethodStringArrayArgMethod(const v8::FunctionCallbackInfo
 | 
|      v8SetReturnValue(info, toV8(impl->stringArrayMethodStringArrayArg(stringArrayArg), info.Holder(), info.GetIsolate()));
 | 
|  }
 | 
|  
 | 
| -static void stringArrayMethodStringArrayArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
 | 
| +void stringArrayMethodStringArrayArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
 | 
|  {
 | 
|      TestTypedefsV8Internal::stringArrayMethodStringArrayArgMethod(info);
 | 
|  }
 | 
| 
 |