| 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 571d2e5603748276b4e41fc5671b64c38268508b..9cdfc997d863c735821bc09c365a78a3d3abd930 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h
|
| @@ -45,6 +45,9 @@ private:
|
| const v8::Local<v8::Object>& constructor,
|
| const v8::Local<v8::Object>& prototype);
|
|
|
| + // Implementations of |CustomElementDefinition|
|
| + ScriptValue getConstructorForScript() final;
|
| +
|
| RefPtr<ScriptState> m_scriptState;
|
| ScopedPersistent<v8::Object> m_constructor;
|
| ScopedPersistent<v8::Object> m_prototype;
|
|
|