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

Unified Diff: sky/engine/core/html/HTMLContentElement.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/shadow/InsertionPoint.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/HTMLContentElement.idl
diff --git a/sky/engine/core/html/HTMLContentElement.idl b/sky/engine/core/html/HTMLContentElement.idl
index 15d63d6681a3ad39160829bb22a173b53fb33cbc..a7d23687285ac93273eec448dc46aec5d0b910be 100644
--- a/sky/engine/core/html/HTMLContentElement.idl
+++ b/sky/engine/core/html/HTMLContentElement.idl
@@ -27,5 +27,5 @@
[
] interface HTMLContentElement : HTMLElement {
[Reflect, TreatNullAs=NullString] attribute DOMString select;
- NodeList getDistributedNodes();
+ sequence<Node> getDistributedNodes();
};
« no previous file with comments | « sky/engine/core/dom/shadow/InsertionPoint.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698