Index: third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h |
diff --git a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h |
index 6d23555b754e4b3e6c8f2c85e6ac4fa1c9b45f7c..059b3e4bfc6ec829db25a2396c81e2c14e76425a 100644 |
--- a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h |
+++ b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h |
@@ -86,7 +86,7 @@ public: |
void attach(const AttachContext& = AttachContext()) override; |
InsertionNotificationRequest insertedInto(ContainerNode*) override; |
- void removedFrom(ContainerNode*) override; |
+ void removedFrom(ContainerNode*, Node*) override; |
void registerScopedHTMLStyleChild(); |
void unregisterScopedHTMLStyleChild(); |