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 45ac5b2b93c6b8a21f79140c12afe859cd94a092..7c74ee7aa883f868328b31b0ce245d01564b4a65 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp |
@@ -90,17 +90,12 @@ void V8TestInterface2Partial::installV8TestInterface2Template(v8::Isolate* isola |
} |
} |
-void V8TestInterface2Partial::preparePrototypeAndInterfaceObject(v8::Local<v8::Context> context, const DOMWrapperWorld& world, v8::Local<v8::Object> prototypeObject, v8::Local<v8::Function> interfaceObject, v8::Local<v8::FunctionTemplate> interfaceTemplate) |
-{ |
- V8TestInterface2::preparePrototypeAndInterfaceObject(context, world, prototypeObject, interfaceObject, interfaceTemplate); |
-} |
- |
void V8TestInterface2Partial::initialize() |
{ |
// Should be invoked from ModulesInitializer. |
V8TestInterface2::updateWrapperTypeInfo( |
&V8TestInterface2Partial::installV8TestInterface2Template, |
- &V8TestInterface2Partial::preparePrototypeAndInterfaceObject); |
+ nullptr); |
} |
} // namespace blink |