Bug 1238213 follow-up: Mark the FetchEventInit dictionary argument to FetchEvent's constructor optional too; r=bzbarsky

This commit is contained in:
Ehsan Akhgari 2016-01-11 13:31:56 -05:00
parent b3174655a3
commit bd4e00b84b

View File

@ -7,7 +7,7 @@
* http://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html
*/
[Constructor(DOMString type, optional FetchEventInit eventInitDict),
[Constructor(DOMString type, FetchEventInit eventInitDict),
Func="mozilla::dom::workers::ServiceWorkerVisible",
Exposed=(ServiceWorker)]
interface FetchEvent : ExtendableEvent {