| Index: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp
 | 
| diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp
 | 
| index 4a97770b0a40d83083f50c02a090c94a5f78ef89..cd0e5e391803f073455e92efc0958ac267c32185 100644
 | 
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp
 | 
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp
 | 
| @@ -42,7 +42,7 @@ static void voidMethodPartial1Method(const v8::FunctionCallbackInfo<v8::Value>&
 | 
|      TestInterface2Partial::voidMethodPartial1(*impl, value);
 | 
|  }
 | 
|  
 | 
| -static void voidMethodPartial1MethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
 | 
| +void voidMethodPartial1MethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
 | 
|  {
 | 
|      TestInterface2PartialV8Internal::voidMethodPartial1Method(info);
 | 
|  }
 | 
| @@ -64,7 +64,7 @@ static void voidMethodPartial2Method(const v8::FunctionCallbackInfo<v8::Value>&
 | 
|      TestInterface2Partial2::voidMethodPartial2(*impl, value);
 | 
|  }
 | 
|  
 | 
| -static void voidMethodPartial2MethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
 | 
| +void voidMethodPartial2MethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
 | 
|  {
 | 
|      TestInterface2PartialV8Internal::voidMethodPartial2Method(info);
 | 
|  }
 | 
| 
 |