| Index: webkit/api/public/WebRange.h
|
| ===================================================================
|
| --- webkit/api/public/WebRange.h (revision 31188)
|
| +++ webkit/api/public/WebRange.h (working copy)
|
| @@ -41,6 +41,7 @@
|
| namespace WebKit {
|
| class WebNode;
|
| class WebRangePrivate;
|
| + class WebString;
|
|
|
| // Provides readonly access to some properties of a DOM range.
|
| class WebRange {
|
| @@ -61,6 +62,9 @@
|
| WEBKIT_API WebNode startContainer(int& exceptionCode) const;
|
| WEBKIT_API WebNode endContainer(int& exceptionCode) const;
|
|
|
| + WEBKIT_API WebString toHTMLText() const;
|
| + WEBKIT_API WebString toPlainText() const;
|
| +
|
| #if WEBKIT_IMPLEMENTATION
|
| WebRange(const WTF::PassRefPtr<WebCore::Range>&);
|
| WebRange& operator=(const WTF::PassRefPtr<WebCore::Range>&);
|
|
|