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

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

Issue 2424693002: Custom Elements: Complete HTMLConstructor Algorithm (Closed)
Patch Set: Updated expected test results Created 4 years, 2 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/html/HTMLShadowElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLShadowElement.idl b/third_party/WebKit/Source/core/html/HTMLShadowElement.idl
index 035492c5035710ce5e5c1d63b43f9a2cbeb08e34..6f11ae83292d5e9c6606050e687e0efbd9d81add 100644
--- a/third_party/WebKit/Source/core/html/HTMLShadowElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLShadowElement.idl
@@ -29,7 +29,7 @@
*/
// https://w3c.github.io/webcomponents/spec/shadow/#the-shadow-element
-
+[HTMLConstructor]
interface HTMLShadowElement : HTMLElement {
NodeList getDistributedNodes();
};

Powered by Google App Engine
This is Rietveld 408576698