Index: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp |
diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp |
index 1724905f71776461a168cdc5ce1b14156a054974..b30b65e6ef04eb0bbcc60b68336715a26d59a9db 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp |
@@ -429,7 +429,10 @@ static const V8DOMConfiguration::MethodConfiguration V8TestInterfaceMethods[] = |
{"unionWithTypedefMethod", V8TestInterfacePartial::unionWithTypedefMethodMethodCallback, 0, v8::None, V8DOMConfiguration::kOnPrototype, V8DOMConfiguration::kCheckHolder, V8DOMConfiguration::kDoNotCheckAccess, V8DOMConfiguration::kAllWorlds}, |
}; |
-void V8TestInterfacePartial::installV8TestInterfaceTemplate(v8::Isolate* isolate, const DOMWrapperWorld& world, v8::Local<v8::FunctionTemplate> interfaceTemplate) { |
+void V8TestInterfacePartial::installV8TestInterfaceTemplate( |
+ v8::Isolate* isolate, |
+ const DOMWrapperWorld& world, |
+ v8::Local<v8::FunctionTemplate> interfaceTemplate) { |
// Initialize the interface object's template. |
V8TestInterface::installV8TestInterfaceTemplate(isolate, world, interfaceTemplate); |
@@ -508,6 +511,7 @@ void V8TestInterfacePartial::initialize() { |
V8TestInterface::updateWrapperTypeInfo( |
&V8TestInterfacePartial::installV8TestInterfaceTemplate, |
nullptr, |
+ nullptr, |
V8TestInterfacePartial::preparePrototypeAndInterfaceObject); |
V8TestInterface::registerVoidMethodPartialOverloadMethodForPartialInterface(&TestInterfaceImplementationPartialV8Internal::voidMethodPartialOverloadMethod); |
V8TestInterface::registerStaticVoidMethodPartialOverloadMethodForPartialInterface(&TestInterfaceImplementationPartialV8Internal::staticVoidMethodPartialOverloadMethod); |