Bug 1132673 - Removing the scope line from ServiceWorkerGlobalScope and changing the signature and body of getScope. r=nsm,baku

--HG--
extra : rebase_source : 8b2abe0b397bb4c1774763d7d43c51c3a634fd87
extra : amend_source : f142b027b3ef52bc12a921e71d191b4422fed7ef
This commit is contained in:
Jason Gersztyn 2015-03-04 15:59:17 -08:00
Родитель c11c675dc7
Коммит 04f049b692
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -18,8 +18,6 @@ interface ServiceWorkerGlobalScope : WorkerGlobalScope {
readonly attribute Clients clients;
[Unforgeable] readonly attribute DOMString scope;
// FIXME(nsm): Bug 995484
// ResponsePromise<any> fetch((Request or [EnsureUTF16] DOMString) request);