| 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 19688171fe14911f2bdff1f2ec6a2e19f137a884..a1e35bdaabf69a94af2c2877428186789efe3234 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| @@ -448,6 +448,7 @@ void V8TestInterfacePartial::initialize() {
|
| // Should be invoked from ModulesInitializer.
|
| V8TestInterface::updateWrapperTypeInfo(
|
| &V8TestInterfacePartial::installV8TestInterfaceTemplate,
|
| + nullptr,
|
| V8TestInterfacePartial::preparePrototypeAndInterfaceObject);
|
| V8TestInterface::registerVoidMethodPartialOverloadMethodForPartialInterface(&TestInterfaceImplementationPartialV8Internal::voidMethodPartialOverloadMethod);
|
| V8TestInterface::registerStaticVoidMethodPartialOverloadMethodForPartialInterface(&TestInterfaceImplementationPartialV8Internal::staticVoidMethodPartialOverloadMethod);
|
|
|