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

Unified Diff: third_party/WebKit/Source/core/events/Event.idl

Issue 2522793002: Remove ShadowDOMV1 runtime flag (status=stable) (Closed)
Patch Set: rebased Created 4 years, 1 month 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/events/Event.idl
diff --git a/third_party/WebKit/Source/core/events/Event.idl b/third_party/WebKit/Source/core/events/Event.idl
index 82bd377fa19cda3096ef57f02af6efba1f170536..4a7a7c9daf0b0928261cad4ac45615f8b271f150 100644
--- a/third_party/WebKit/Source/core/events/Event.idl
+++ b/third_party/WebKit/Source/core/events/Event.idl
@@ -27,7 +27,7 @@
readonly attribute DOMString type;
readonly attribute EventTarget? target;
readonly attribute EventTarget? currentTarget;
- [RuntimeEnabled=ShadowDOMV1, MeasureAs=EventComposedPath, CallWith=ScriptState] sequence<EventTarget> composedPath();
+ [MeasureAs=EventComposedPath, CallWith=ScriptState] sequence<EventTarget> composedPath();
const unsigned short NONE = 0;
const unsigned short CAPTURING_PHASE = 1;
@@ -43,7 +43,7 @@
void preventDefault();
readonly attribute boolean defaultPrevented;
- [RuntimeEnabled=ShadowDOMV1, MeasureAs=EventComposed] readonly attribute boolean composed;
+ [MeasureAs=EventComposed] readonly attribute boolean composed;
[Unforgeable] readonly attribute boolean isTrusted;
« no previous file with comments | « third_party/WebKit/Source/core/dom/shadow/ShadowRootInit.idl ('k') | third_party/WebKit/Source/core/events/EventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698