| Index: Source/modules/serviceworkers/Request.idl
 | 
| diff --git a/Source/modules/serviceworkers/Request.idl b/Source/modules/serviceworkers/Request.idl
 | 
| index 5f9e3eb52b445ad60fcceef0d62bb3b004bcefeb..34332105e07fdc3586e36fada6ece6982da89f26 100644
 | 
| --- a/Source/modules/serviceworkers/Request.idl
 | 
| +++ b/Source/modules/serviceworkers/Request.idl
 | 
| @@ -12,8 +12,7 @@ enum RequestCredentials { "omit", "same-origin", "include" };
 | 
|  [
 | 
|      Constructor(RequestInfo input, optional Dictionary requestInitDict),
 | 
|      ConstructorCallWith=ExecutionContext,
 | 
| -    RuntimeEnabled=ServiceWorker,
 | 
| -    Exposed=ServiceWorker,
 | 
| +    Exposed(Window GlobalFetch, DedicatedWorker GlobalFetch, SharedWorker GlobalFetch, ServiceWorker ServiceWorker),
 | 
|      RaisesException=Constructor,
 | 
|      ActiveDOMObject,
 | 
|      GarbageCollected,
 | 
| 
 |