| 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 c8d7301f0e8b87f6b1d8dc07cdbe5765ffaa94b6..b6621d57053d3e91f36c0558907b94c2b68f7502 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h
|
| @@ -46,6 +46,12 @@ 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;
|
|
|
|
|