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

Unified Diff: sky/engine/core/dom/Node.h

Issue 698213002: Remove lots of Text APIs. (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 | « no previous file | sky/engine/core/dom/Node.cpp » ('j') | sky/engine/core/html/ime/InputMethodContext.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Node.h
diff --git a/sky/engine/core/dom/Node.h b/sky/engine/core/dom/Node.h
index 9efa372d6f8bb9ee555a349f882920431187d5a1..0994031bbf09e9291bb87f115c4ddb6762715f5c 100644
--- a/sky/engine/core/dom/Node.h
+++ b/sky/engine/core/dom/Node.h
@@ -168,7 +168,6 @@ public:
bool hasChildren() const { return firstChild(); }
virtual PassRefPtr<Node> cloneNode(bool deep = false) = 0;
virtual const AtomicString& localName() const;
- void normalize();
bool isSameNode(Node* other) const { return this == other; }
bool isEqualNode(Node*) const;
« no previous file with comments | « no previous file | sky/engine/core/dom/Node.cpp » ('j') | sky/engine/core/html/ime/InputMethodContext.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698