| Index: Source/core/dom/Range.h
|
| diff --git a/Source/core/dom/Range.h b/Source/core/dom/Range.h
|
| index b80104d2d1a99a90b0849153155690a1574fb435..9106aece0e567354ca80b7db0332a610c63a5622 100644
|
| --- a/Source/core/dom/Range.h
|
| +++ b/Source/core/dom/Range.h
|
| @@ -93,7 +93,6 @@ public:
|
| void insertNode(PassRefPtrWillBeRawPtr<Node>, ExceptionState&);
|
| String toString() const;
|
|
|
| - String toHTML() const;
|
| String text() const;
|
|
|
| PassRefPtrWillBeRawPtr<DocumentFragment> createContextualFragment(const String& html, ExceptionState&);
|
|
|