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

Unified Diff: Source/core/dom/Node.h

Issue 374133002: Remove remaining callers of deprecatedShadowAncestorNode (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 months 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: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index d96e03c890fdb84ef99268e100d111022ae196ac..53f438d3c27f743bfb092b00176be60444f889c1 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -274,9 +274,6 @@ public:
// If this node is in a shadow tree, returns its shadow host. Otherwise, returns 0.
Element* shadowHost() const;
- // If this node is in a shadow tree, returns its shadow host. Otherwise, returns this.
- // Deprecated. Should use shadowHost() and check the return value.
- Node* deprecatedShadowAncestorNode() const;
ShadowRoot* containingShadowRoot() const;
ShadowRoot* youngestShadowRoot() const;

Powered by Google App Engine
This is Rietveld 408576698