Index: Source/core/dom/Node.cpp |
diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp |
index 6e05eb9896d7b5d18eaf9846f4b7a221340bfa72..ec4eb901226c19dc905095f38fb2bab78614928b 100644 |
--- a/Source/core/dom/Node.cpp |
+++ b/Source/core/dom/Node.cpp |
@@ -1142,11 +1142,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()) |