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

Unified Diff: third_party/WebKit/Source/core/html/HTMLSlotElement.idl

Issue 1489433002: Support the essential part of Shadow DOM v1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert Internals.* Created 5 years 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 | « third_party/WebKit/Source/core/html/HTMLSlotElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/HTMLSlotElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLSlotElement.idl b/third_party/WebKit/Source/core/html/HTMLSlotElement.idl
index 1ad6719fae76d187d31aac1a062e8b0e64282561..cd1a3b2f5e8d6c5039543c8dad1450bd5d565289 100644
--- a/third_party/WebKit/Source/core/html/HTMLSlotElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.idl
@@ -30,4 +30,6 @@
RuntimeEnabled=ShadowDOMV1,
] interface HTMLSlotElement : HTMLElement {
[Reflect] attribute DOMString name;
+ sequence<Node> getAssignedNodes();
+ sequence<Node> getDistributedNodes();
};
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLSlotElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698