Chromium Code Reviews| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl |
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl |
| index 0410ca749fc1ef18acd287b90a386e6fc8de5262..2d1b766cc2c1c1487d330516893caba11bc7bd00 100644 |
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl |
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl |
| @@ -28,6 +28,7 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| [ |
| + Global=ServiceWorker, |
|
Nils Barth (inactive)
2014/05/07 01:55:57
Ditto.
Inactive
2014/05/07 15:45:12
Done.
|
| Exposed=ServiceWorker, |
| RuntimeEnabled=ServiceWorker, |
| ] interface ServiceWorkerGlobalScope : WorkerGlobalScope { |