| 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 a71ffff32545f795df1a0376b6a84ec4d321964e..9cdfc997d863c735821bc09c365a78a3d3abd930 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h
|
| @@ -6,17 +6,16 @@
|
| #define ScriptCustomElementDefinition_h
|
|
|
| #include "bindings/core/v8/ScopedPersistent.h"
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "core/CoreExport.h"
|
| #include "core/dom/custom/CustomElementDefinition.h"
|
| #include "v8.h"
|
| #include "wtf/Noncopyable.h"
|
| -#include "wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
| class CustomElementDescriptor;
|
| class CustomElementsRegistry;
|
| +class ScriptState;
|
|
|
| class CORE_EXPORT ScriptCustomElementDefinition final :
|
| public CustomElementDefinition {
|
| @@ -48,7 +47,6 @@
|
|
|
| // Implementations of |CustomElementDefinition|
|
| ScriptValue getConstructorForScript() final;
|
| - bool runConstructor(Element*) override;
|
|
|
| RefPtr<ScriptState> m_scriptState;
|
| ScopedPersistent<v8::Object> m_constructor;
|
|
|