Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Unified Diff: third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h

Issue 1511523002: Align HTMLImageElement relevant mutations to spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit fix Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698