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

Unified Diff: sky/engine/web/WebNode.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/WebLocalFrameImpl.cpp ('k') | sky/engine/web/WebRange.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebNode.cpp
diff --git a/sky/engine/web/WebNode.cpp b/sky/engine/web/WebNode.cpp
index e6cf5e9beddad74c69fed1cc7c00e95e482134db..5ae0874311f9ba65e526826f08f8ee74cf136ffa 100644
--- a/sky/engine/web/WebNode.cpp
+++ b/sky/engine/web/WebNode.cpp
@@ -36,7 +36,6 @@
#include "sky/engine/core/dom/Element.h"
#include "sky/engine/core/dom/Node.h"
#include "sky/engine/core/dom/NodeList.h"
-#include "sky/engine/core/editing/markup.h"
#include "sky/engine/core/events/Event.h"
#include "sky/engine/core/html/HTMLElement.h"
#include "sky/engine/core/rendering/RenderObject.h"
@@ -115,11 +114,6 @@ bool WebNode::hasChildNodes() const
return m_private->hasChildren();
}
-WebString WebNode::createMarkup() const
-{
- return blink::createMarkup(m_private.get());
-}
-
bool WebNode::isLink() const
{
return m_private->isLink();
« no previous file with comments | « sky/engine/web/WebLocalFrameImpl.cpp ('k') | sky/engine/web/WebRange.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698