Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: sky/engine/web/WebRange.cpp

Issue 771933002: Remove dead markup serialization code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/web/WebNode.cpp ('k') | sky/engine/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebRange.cpp
diff --git a/sky/engine/web/WebRange.cpp b/sky/engine/web/WebRange.cpp
index fa9701eda1f88911736ab12b77c153fa20167c26..da3603a352bdc3d0a01ec7ee802f2b2c0d7fa604 100644
--- a/sky/engine/web/WebRange.cpp
+++ b/sky/engine/web/WebRange.cpp
@@ -85,11 +85,6 @@ WebNode WebRange::endContainer(WebExceptionCode& exceptionCode) const
return node.release();
}
-WebString WebRange::toHTMLText() const
-{
- return m_private->toHTML();
-}
-
WebString WebRange::toPlainText() const
{
return m_private->text();
« no previous file with comments | « sky/engine/web/WebNode.cpp ('k') | sky/engine/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698