| 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 81c7f4f289164487c03e1f8892708abdff36fdc9..6eb389d89018adc941000c26a2d2e38de67f3192 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| @@ -348,7 +348,7 @@ void V8TestInterfacePartial::preparePrototypeAndInterfaceObject(v8::Local<v8::Co
|
|
|
| void V8TestInterfacePartial::initialize()
|
| {
|
| - // Should be invoked from initModules.
|
| + // Should be invoked from ModulesInitializer.
|
| V8TestInterface::updateWrapperTypeInfo(
|
| &V8TestInterfacePartial::installV8TestInterfaceTemplate,
|
| &V8TestInterfacePartial::preparePrototypeAndInterfaceObject);
|
|
|