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