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

Unified Diff: sky/engine/core/dom/CharacterData.idl

Issue 924203002: Morph the APIs for Node, ParentNode, and Element closer to the specs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months 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
Index: sky/engine/core/dom/CharacterData.idl
diff --git a/sky/engine/core/dom/CharacterData.idl b/sky/engine/core/dom/CharacterData.idl
index 7132d6de9505d1112aac4904df147358f35aad8d..f75f40ad1bb08f2dc4a6d638eff7160c3fbfd1f5 100644
--- a/sky/engine/core/dom/CharacterData.idl
+++ b/sky/engine/core/dom/CharacterData.idl
@@ -30,6 +30,3 @@ interface CharacterData : Node {
[RaisesException] void deleteData(unsigned long offset, unsigned long length);
[RaisesException] void replaceData(unsigned long offset, unsigned long length, DOMString data);
};
-
-CharacterData implements ChildNode;
-

Powered by Google App Engine
This is Rietveld 408576698