| 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 68034aebc3cd30c60eb5b546b3a3a39635fd4729..3d8353bab4c9674e07060b00f76a344eec56204f 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElement.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElement.h
|
| @@ -47,6 +47,7 @@ public:
|
| static void enqueue(Element*, CustomElementReaction*);
|
| static void enqueueConnectedCallback(Element*);
|
| static void enqueueDisconnectedCallback(Element*);
|
| + static void enqueueAdoptedCallback(Element*);
|
| static void enqueueAttributeChangedCallback(Element*, const QualifiedName&,
|
| const AtomicString& oldValue, const AtomicString& newValue);
|
|
|
|
|