Index: Source/core/workers/WorkerNavigator.idl |
diff --git a/Source/core/workers/WorkerNavigator.idl b/Source/core/workers/WorkerNavigator.idl |
index 2f585bf4654d3e7895b2e08615b065a9ed8da422..5c14253a0e3cee9c343ff3087b29ceaea3b5b5d0 100644 |
--- a/Source/core/workers/WorkerNavigator.idl |
+++ b/Source/core/workers/WorkerNavigator.idl |
@@ -29,7 +29,7 @@ |
// http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html#the-workernavigator-object |
[ |
- GlobalContext=WorkerGlobalScope, |
+ Exposed=Worker, |
WillBeGarbageCollected, |
] interface WorkerNavigator { |
}; |