Index: Source/core/editing/htmlediting.h |
diff --git a/Source/core/editing/htmlediting.h b/Source/core/editing/htmlediting.h |
index cc119fa145a841b740969033e11f00ddef9218b0..4be4a6b224220cf7f743cd823035e5e9a31fd720 100644 |
--- a/Source/core/editing/htmlediting.h |
+++ b/Source/core/editing/htmlediting.h |
@@ -122,7 +122,7 @@ bool isRenderedAsNonInlineTableImageOrHR(const Node*); |
bool areIdenticalElements(const Node*, const Node*); |
bool isNonTableCellHTMLBlockElement(const Node*); |
bool isBlockFlowElement(const Node&); |
-TextDirection directionOfEnclosingBlock(const Position&); |
+bool isEnclosingBoxHasLeftToRightDirection(const Position&); |
// ------------------------------------------------------------------------- |
// Position |