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

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

Issue 941913002: Remove two more uses of NodeList (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
« no previous file with comments | « sky/engine/core/dom/Node.cpp ('k') | sky/engine/core/dom/shadow/InsertionPoint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Text.idl
diff --git a/sky/engine/core/dom/Text.idl b/sky/engine/core/dom/Text.idl
index 116566e3ee9d83a2b9cabab7fecec27eb2ad422e..518f49f8d1699d7c40945286af97056c60a67ec6 100644
--- a/sky/engine/core/dom/Text.idl
+++ b/sky/engine/core/dom/Text.idl
@@ -20,10 +20,6 @@
Constructor(optional DOMString data = ""),
ConstructorCallWith=Document,
] interface Text : CharacterData {
-
- // DOM Level 1
[RaisesException] Text splitText(unsigned long offset);
-
- // Shadow DOM API
- NodeList getDestinationInsertionPoints();
+ sequence<Node> getDestinationInsertionPoints();
};
« no previous file with comments | « sky/engine/core/dom/Node.cpp ('k') | sky/engine/core/dom/shadow/InsertionPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698