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 e25cfd8985c431b700ebaae273ede722e489df3f..6c5bb45f94ba23a43f468783ebdfce0c035b67c5 100644 |
--- a/third_party/WebKit/Source/core/editing/EditingUtilities.h |
+++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h |
@@ -166,6 +166,7 @@ bool isEmptyTableCell(const Node*); |
bool isTableStructureNode(const Node*); |
bool isHTMLListElement(Node*); |
bool isListItem(const Node*); |
+bool isPresentationalHTMLElement(const Node*); |
bool isNodeRendered(const Node&); |
bool isNodeVisiblyContainedWithin(Node&, const Range&); |
bool isRenderedAsNonInlineTableImageOrHR(const Node*); |