Index: Source/core/dom/Node.cpp |
diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp |
index 26efd32e7d0d4d9cecc192988c7d57e86b4cc50a..6808a6cc34d4e2460b5d39a8380b8bb7c2ee1476 100644 |
--- a/Source/core/dom/Node.cpp |
+++ b/Source/core/dom/Node.cpp |
@@ -85,7 +85,6 @@ |
#include "core/frame/Frame.h" |
#include "core/page/Page.h" |
#include "core/frame/Settings.h" |
-#include "core/rendering/FlowThreadController.h" |
#include "core/rendering/RenderBox.h" |
#include "core/svg/graphics/SVGImage.h" |
#include "platform/Partitions.h" |
@@ -1133,11 +1132,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()) |