| 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 a733051c50b982c5599d218ecf1d865b8de8c3ce..8ab8febd7654e1080c0987d803a4eafe266b5964 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElement.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElement.h
|
| @@ -42,6 +42,7 @@ public:
|
| static HTMLElement* createCustomElementSync(Document&, const QualifiedName&);
|
| static HTMLElement* createCustomElementAsync(Document&, const QualifiedName&);
|
|
|
| + static void enqueue(Element*, CustomElementReaction*);
|
| static void enqueueConnectedCallback(Element*);
|
| static void enqueueDisconnectedCallback(Element*);
|
| static void enqueueAttributeChangedCallback(Element*, const QualifiedName&,
|
|
|