Index: Source/core/editing/htmlediting.h |
diff --git a/Source/core/editing/htmlediting.h b/Source/core/editing/htmlediting.h |
index 2f79594bcacecee9fdc376426b6940a61640d8af..f642a3446a797e062110cdedb94efef78a641b90 100644 |
--- a/Source/core/editing/htmlediting.h |
+++ b/Source/core/editing/htmlediting.h |
@@ -121,6 +121,7 @@ bool isNodeVisiblyContainedWithin(Node&, const Range&); |
bool isRenderedAsNonInlineTableImageOrHR(const Node*); |
bool areIdenticalElements(const Node*, const Node*); |
bool isNonTableCellHTMLBlockElement(const Node*); |
+bool isBlockFlowElement(const Node&); |
TextDirection directionOfEnclosingBlock(const Position&); |
// ------------------------------------------------------------------------- |