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; |