| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h | 
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h | 
| index 3e85ac4e0131b4ac8837e6220078c9b8f5811f94..800f92ae09e6b31c53be9b83e8e6cf2a3fffd526 100644 | 
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h | 
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h | 
| @@ -51,7 +51,6 @@ public: | 
| visitor->traceWrappers(scriptWrappable->toImpl<TestInterfaceImplementation>()); | 
| } | 
| static void visitDOMWrapper(v8::Isolate*, ScriptWrappable*, const v8::Persistent<v8::Object>&); | 
| -    static ActiveScriptWrappable* toActiveScriptWrappable(v8::Local<v8::Object>); | 
| static void implementsCustomVoidMethodMethodCustom(const v8::FunctionCallbackInfo<v8::Value>&); | 
| static void legacyCallCustom(const v8::FunctionCallbackInfo<v8::Value>&); | 
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0; | 
|  |