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

Unified Diff: third_party/WebKit/Source/core/dom/custom/CustomElement.h

Issue 2173623003: Add "Failed" custom element state (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Avoid multiple toElement Created 4 years, 5 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/core/dom/custom/CustomElement.h
diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElement.h b/third_party/WebKit/Source/core/dom/custom/CustomElement.h
index 64655702ab17b766498c78d1296110ed5ba31eb2..68034aebc3cd30c60eb5b546b3a3a39635fd4729 100644
--- a/third_party/WebKit/Source/core/dom/custom/CustomElement.h
+++ b/third_party/WebKit/Source/core/dom/custom/CustomElement.h
@@ -42,6 +42,8 @@ public:
static HTMLElement* createCustomElementSync(Document&, const QualifiedName&);
static HTMLElement* createCustomElementAsync(Document&, const QualifiedName&);
+ static HTMLElement* createFailedElement(Document&, const QualifiedName&);
+
static void enqueue(Element*, CustomElementReaction*);
static void enqueueConnectedCallback(Element*);
static void enqueueDisconnectedCallback(Element*);
« no previous file with comments | « third_party/WebKit/Source/core/dom/Node.cpp ('k') | third_party/WebKit/Source/core/dom/custom/CustomElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698