Index: Source/core/page/EventSource.idl |
diff --git a/Source/core/page/EventSource.idl b/Source/core/page/EventSource.idl |
index b50a876d33b9163aa42613926d6818aa5763ee64..490161e9265445903f1fd48a5f98cf241e7b5fcb 100644 |
--- a/Source/core/page/EventSource.idl |
+++ b/Source/core/page/EventSource.idl |
@@ -30,7 +30,7 @@ |
*/ |
[ |
- GlobalContext=WindowAndWorker, |
+ GlobalContext=Window&WorkerGlobalScope, |
ActiveDOMObject, |
Constructor(DOMString url, optional Dictionary eventSourceInit), |
ConstructorCallWith=ScriptExecutionContext, |