Index: Source/core/dom/Range.cpp |
diff --git a/Source/core/dom/Range.cpp b/Source/core/dom/Range.cpp |
index bb750a98b952df4932f3e52606e212719e5c9b4d..01cd8239358a11c2e5fb8aaa87acabefa80a83c4 100644 |
--- a/Source/core/dom/Range.cpp |
+++ b/Source/core/dom/Range.cpp |
@@ -989,11 +989,6 @@ String Range::toString() const |
return builder.toString(); |
} |
-String Range::toHTML() const |
-{ |
- return createMarkup(this); |
-} |
- |
String Range::text() const |
{ |
return plainText(this, TextIteratorEmitsObjectReplacementCharacter); |