Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / serviceworkers / FetchEvent.idl
index 2409572..ebb3a19 100644 (file)
@@ -4,7 +4,7 @@
 
 [
     RuntimeEnabled=ServiceWorker,
-    GlobalContext=ServiceWorkerGlobalScope,
+    Exposed=ServiceWorker
 ] interface FetchEvent : Event {
     void respondWith(any value);
 };