Index: third_party/WebKit/Source/core/editing/EditingUtilities.h |
diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.h b/third_party/WebKit/Source/core/editing/EditingUtilities.h |
index 153398c988e237104f33134c98cf6f77718e7313..42d8464dd506b7d15f68ee76b53db3c22123cd7f 100644 |
--- a/third_party/WebKit/Source/core/editing/EditingUtilities.h |
+++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h |
@@ -150,6 +150,7 @@ bool isTabHTMLSpanElement(const Node*); |
bool isTabHTMLSpanElementTextNode(const Node*); |
bool isMailHTMLBlockquoteElement(const Node*); |
bool isDisplayInsideTable(const Node*); |
+bool isInline(const Node*); |
bool isTableCell(const Node*); |
bool isEmptyTableCell(const Node*); |
bool isTableStructureNode(const Node*); |