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

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

Issue 698123002: Remove more API from Node and ContainerNode. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/public/web/WebNode.h ('k') | no next file » | 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 b7172c1254abec7687e7d11fd72180df2135b417..fec0e13105bf57735846408aa23468b32d94b217 100644
--- a/sky/engine/web/WebNode.cpp
+++ b/sky/engine/web/WebNode.cpp
@@ -86,11 +86,6 @@ WebString WebNode::nodeName() const
return m_private->nodeName();
}
-WebString WebNode::nodeValue() const
-{
- return m_private->nodeValue();
-}
-
WebDocument WebNode::document() const
{
return WebDocument(&m_private->document());
« no previous file with comments | « sky/engine/public/web/WebNode.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698