| 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 31d565d79308d7a30a43ee0825152e28d73b32ce..facba2e6a805cc3cf7af92edf310e7541fdb3454 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h
|
| @@ -53,7 +53,8 @@ public:
|
|
|
| void runConnectedCallback(Element*) override;
|
| void runDisconnectedCallback(Element*) override;
|
| - void runAdoptedCallback(Element*) override;
|
| + void runAdoptedCallback(
|
| + Element*, Document* oldOwner, Document* newOwner) override;
|
| void runAttributeChangedCallback(Element*, const QualifiedName&,
|
| const AtomicString& oldValue, const AtomicString& newValue) override;
|
|
|
|
|