Index: Source/core/dom/Node.cpp |
diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp |
index 619556d7311ff431e07240738dd4e932ef76dccc..1671ca9b37c28770438f50fe740663bdc7048343 100644 |
--- a/Source/core/dom/Node.cpp |
+++ b/Source/core/dom/Node.cpp |
@@ -1143,11 +1143,6 @@ bool Node::canStartSelection() const |
return parentOrShadowHostNode() ? parentOrShadowHostNode()->canStartSelection() : true; |
} |
-bool Node::isRegisteredWithNamedFlow() const |
-{ |
- return document().renderView()->flowThreadController()->isContentNodeRegisteredWithAnyNamedFlow(this); |
-} |
- |
Element* Node::shadowHost() const |
{ |
if (ShadowRoot* root = containingShadowRoot()) |