Index: public/web/WebRange.h |
diff --git a/public/web/WebRange.h b/public/web/WebRange.h |
index 2a27890162ea628178a0faf2b78376fd3bb646e4..ee752c915da23a850bb0926252c28f829e542fe1 100644 |
--- a/public/web/WebRange.h |
+++ b/public/web/WebRange.h |
@@ -62,14 +62,8 @@ public: |
BLINK_EXPORT int startOffset() const; |
BLINK_EXPORT int endOffset() const; |
- BLINK_EXPORT WebNode startContainer(int& exceptionCode) const; |
- BLINK_EXPORT WebNode endContainer(int& exceptionCode) const; |
- |
- BLINK_EXPORT WebString toHTMLText() const; |
BLINK_EXPORT WebString toPlainText() const; |
- BLINK_EXPORT WebRange expandedToParagraph() const; |
- |
BLINK_EXPORT static WebRange fromDocumentRange(WebLocalFrame*, int start, int length); |
#if BLINK_IMPLEMENTATION |