Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h

Issue 2161003002: CustomElements: upgrade element patch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@upgrade-element
Patch Set: RegistryTest update, removed setting element`s state to custom in the test Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698