Chromium Code Reviews

Unified Diff: core/events/EventInit.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « core/events/Event.idl ('k') | core/events/EventListener.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/events/EventInit.idl
diff --git a/core/events/EventInit.idl b/core/events/EventInit.idl
index f94cf4e817a5ec227fb8b20763e4d3c86d006af3..0ddc8ca272fcf10945db5da1aa4c04347fc0b631 100644
--- a/core/events/EventInit.idl
+++ b/core/events/EventInit.idl
@@ -7,4 +7,5 @@
dictionary EventInit {
boolean bubbles = false;
boolean cancelable = false;
+ [RuntimeEnabled=ShadowDOMV1] boolean scoped = false;
};
« no previous file with comments | « core/events/Event.idl ('k') | core/events/EventListener.idl » ('j') | no next file with comments »

Powered by Google App Engine