Index: Source/core/dom/MessageEvent.idl |
diff --git a/Source/core/dom/MessageEvent.idl b/Source/core/dom/MessageEvent.idl |
index a2793317e49fe7459205c9936d0eb097973a2c77..66adad2f6a0539ef90fb461c53b497d70342cc25 100644 |
--- a/Source/core/dom/MessageEvent.idl |
+++ b/Source/core/dom/MessageEvent.idl |
@@ -26,6 +26,7 @@ |
*/ |
[ |
+ GlobalContext=WindowAndWorker, |
ConstructorTemplate=Event |
] interface MessageEvent : Event { |
[InitializedByEventConstructor] readonly attribute DOMString origin; |