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 5b76fc0ff0561da935945897d9c57df693c66a9f..5e02ff400a83a5eb827a8b03157e8b86499cb751 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h |
@@ -47,12 +47,6 @@ public: |
HTMLElement* createElementSync(Document&, const QualifiedName&) override; |
HTMLElement* createElementSync(Document&, const QualifiedName&, ExceptionState&) override; |
- void fireErrorEvent( |
- ScriptState*, |
- const String& message, |
- v8::Local<v8::Value> exception, |
- std::unique_ptr<SourceLocation>); |
- |
bool hasConnectedCallback() const override; |
bool hasDisconnectedCallback() const override; |
bool hasAdoptedCallback() const override; |