Index: third_party/WebKit/WebCore/editing/htmlediting.h |
=================================================================== |
--- third_party/WebKit/WebCore/editing/htmlediting.h (revision 5296) |
+++ third_party/WebKit/WebCore/editing/htmlediting.h (working copy) |
@@ -94,6 +94,7 @@ |
bool isNodeRendered(const Node*); |
bool isMailBlockquote(const Node*); |
Node* nearestMailBlockquote(const Node*); |
+unsigned numEnclosingMailBlockquotes(const Position&); |
int caretMinOffset(const Node*); |
int caretMaxOffset(const Node*); |