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

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

Issue 946833004: Reland of "Expose events in workers as per latest DOM specification" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 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
« no previous file with comments | « Source/core/events/CustomEvent.idl ('k') | Source/core/events/EventTarget.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/Event.idl
diff --git a/Source/core/events/Event.idl b/Source/core/events/Event.idl
index 4c7565270ddc29a52ae425179b3cd7026698a02d..35c090fe76aaefd5b60233e4c8e655b7b30eb32d 100644
--- a/Source/core/events/Event.idl
+++ b/Source/core/events/Event.idl
@@ -22,6 +22,7 @@
[
WillBeGarbageCollected,
EventConstructor,
+ Exposed=(Window,Worker)
] interface Event {
// DOM PhaseType
« no previous file with comments | « Source/core/events/CustomEvent.idl ('k') | Source/core/events/EventTarget.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698