Index: Source/WebCore/editing/htmlediting.h |
diff --git a/Source/WebCore/editing/htmlediting.h b/Source/WebCore/editing/htmlediting.h |
index 5f67264d0b744c1acb58eed9e4cd17f66b767c5d..787a166df89d63ff1971ce284e1e1ef63f93ef5e 100644 |
--- a/Source/WebCore/editing/htmlediting.h |
+++ b/Source/WebCore/editing/htmlediting.h |
@@ -101,7 +101,6 @@ bool isInline(const Node*); |
bool isSpecialElement(const Node*); |
bool isTabSpanNode(const Node*); |
bool isTabSpanTextNode(const Node*); |
-bool isMailBlockquote(const Node*); |
bool isTableElement(Node*); |
bool isTableCell(const Node*); |
bool isEmptyTableCell(const Node*); |
@@ -163,7 +162,6 @@ bool isAtUnsplittableElement(const Position&); |
// miscellaneous functions on Position |
-unsigned numEnclosingMailBlockquotes(const Position&); |
void updatePositionForNodeRemoval(Position&, Node*); |
// ------------------------------------------------------------------------- |