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

Unified Diff: third_party/WebKit/Source/core/dom/NonDocumentTypeChildNode.idl

Issue 1671823002: Restrict the types of nodes that could be assigned to a slot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 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: third_party/WebKit/Source/core/dom/NonDocumentTypeChildNode.idl
diff --git a/third_party/WebKit/Source/core/dom/NonDocumentTypeChildNode.idl b/third_party/WebKit/Source/core/dom/NonDocumentTypeChildNode.idl
index 1d1c90c8010ed71bf867e4fa34c8a371385e93d9..b2883c41321802b34476e50ab63670f90fa6ad7a 100644
--- a/third_party/WebKit/Source/core/dom/NonDocumentTypeChildNode.idl
+++ b/third_party/WebKit/Source/core/dom/NonDocumentTypeChildNode.idl
@@ -10,5 +10,4 @@
] interface NonDocumentTypeChildNode {
[PerWorldBindings] readonly attribute Element previousElementSibling;
[PerWorldBindings] readonly attribute Element nextElementSibling;
- [RuntimeEnabled=ShadowDOMV1, ImplementedAs=assignedSlotForBinding] readonly attribute HTMLSlotElement assignedSlot;
};
« no previous file with comments | « third_party/WebKit/Source/core/dom/NonDocumentTypeChildNode.h ('k') | third_party/WebKit/Source/core/dom/Text.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698