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

Unified Diff: sky/engine/core/dom/CharacterData.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 | « no previous file | sky/engine/core/dom/CharacterData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/CharacterData.h
diff --git a/sky/engine/core/dom/CharacterData.h b/sky/engine/core/dom/CharacterData.h
index 5898d078f41a535976916e710e3fc77e72d2a152..4220205a8b072f8c1efd732ae11e8738a474ccde 100644
--- a/sky/engine/core/dom/CharacterData.h
+++ b/sky/engine/core/dom/CharacterData.h
@@ -70,8 +70,6 @@ protected:
String m_data;
private:
- virtual String nodeValue() const override final;
- virtual void setNodeValue(const String&) override final;
virtual bool isCharacterDataNode() const override final { return true; }
virtual int maxCharacterOffset() const override final;
virtual bool offsetInCharacters() const override final;
« no previous file with comments | « no previous file | sky/engine/core/dom/CharacterData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698