| Index: third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h b/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h
|
| index 27eb3dda4c96eb076673054ad34a1b61b6b92945..eac09b8080bf0b0f82d26f115b53d59792d20928 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h
|
| @@ -73,7 +73,9 @@ class CORE_EXPORT ScriptCustomElementDefinition final
|
| // Implementations of |CustomElementDefinition|
|
| ScriptValue getConstructorForScript() final;
|
| bool runConstructor(Element*) override;
|
| - Element* runConstructor();
|
| +
|
| + // Calls the constructor. The script scope, etc. must already be set up.
|
| + Element* callConstructor();
|
|
|
| void runCallback(v8::Local<v8::Function>,
|
| Element*,
|
|
|