| Index: third_party/WebKit/Source/bindings/templates/partial_interface.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/templates/partial_interface.cpp b/third_party/WebKit/Source/bindings/templates/partial_interface.cpp
|
| index b78f985662364d3d7e4b2c1d8d0df5cfadf40ba3..5fe8e1441c59c293cefc000debc671a08d42f5e1 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/partial_interface.cpp
|
| +++ b/third_party/WebKit/Source/bindings/templates/partial_interface.cpp
|
| @@ -33,7 +33,7 @@ void {{v8_class_or_partial}}::preparePrototypeAndInterfaceObject(v8::Local<v8::C
|
| {% block partial_interface %}
|
| void {{v8_class_or_partial}}::initialize()
|
| {
|
| - // Should be invoked from initModules.
|
| + // Should be invoked from ModulesInitializer.
|
| {{v8_class}}::updateWrapperTypeInfo(
|
| &{{v8_class_or_partial}}::install{{v8_class}}Template,
|
| &{{v8_class_or_partial}}::preparePrototypeAndInterfaceObject);
|
|
|