Index: Source/core/editing/htmlediting.h |
diff --git a/Source/core/editing/htmlediting.h b/Source/core/editing/htmlediting.h |
index 96b971e3962632a79be32f05780d125a3c4642c7..e565143b96b70dbaec495441855b9c6bbe781683 100644 |
--- a/Source/core/editing/htmlediting.h |
+++ b/Source/core/editing/htmlediting.h |
@@ -103,7 +103,7 @@ bool isInline(const Node*); |
bool isSpecialHTMLElement(const Node*); |
bool isTabSpanElement(const Node*); |
bool isTabSpanTextNode(const Node*); |
-bool isMailBlockquote(const Node*); |
+bool isMailHTMLBlockquoteElement(const Node*); |
bool isRenderedTable(const Node*); |
bool isRenderedTableElement(const Node*); |
bool isTableCell(const Node*); |