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

Unified Diff: sky/engine/public/web/WebNode.h

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/core/frame/UseCounter.cpp ('k') | sky/engine/web/WebNode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebNode.h
diff --git a/sky/engine/public/web/WebNode.h b/sky/engine/public/web/WebNode.h
index d720a5e16b57fc79d51cec3a8f4de2163757589f..a342027aa996fde81cf9d4c072f77d305fa00825 100644
--- a/sky/engine/public/web/WebNode.h
+++ b/sky/engine/public/web/WebNode.h
@@ -89,7 +89,6 @@ public:
BLINK_EXPORT NodeType nodeType() const;
BLINK_EXPORT WebNode parentNode() const;
BLINK_EXPORT WebString nodeName() const;
- BLINK_EXPORT WebString nodeValue() const;
BLINK_EXPORT WebDocument document() const;
BLINK_EXPORT WebNode firstChild() const;
BLINK_EXPORT WebNode lastChild() const;
« no previous file with comments | « sky/engine/core/frame/UseCounter.cpp ('k') | sky/engine/web/WebNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698