зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1218139 - Remove ServiceWorkerContainer.onreloadpage; r=bzbarsky
This commit is contained in:
Родитель
16a6305536
Коммит
14fbafb7be
|
@ -30,7 +30,6 @@ interface ServiceWorkerContainer : EventTarget {
|
|||
Promise<sequence<ServiceWorkerRegistration>> getRegistrations();
|
||||
|
||||
attribute EventHandler oncontrollerchange;
|
||||
attribute EventHandler onreloadpage;
|
||||
attribute EventHandler onerror;
|
||||
attribute EventHandler onmessage;
|
||||
};
|
||||
|
|
|
@ -29,7 +29,6 @@ public:
|
|||
NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED(ServiceWorkerContainer, DOMEventTargetHelper)
|
||||
|
||||
IMPL_EVENT_HANDLER(controllerchange)
|
||||
IMPL_EVENT_HANDLER(reloadpage)
|
||||
IMPL_EVENT_HANDLER(error)
|
||||
IMPL_EVENT_HANDLER(message)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче