Chromium Code Reviews| Index: Source/modules/serviceworkers/ServiceWorkerContainer.idl |
| diff --git a/Source/modules/serviceworkers/ServiceWorkerContainer.idl b/Source/modules/serviceworkers/ServiceWorkerContainer.idl |
| index 6c1541f81622aee74431e21436df8ecd64a68000..ee87e9a6087bee6c7924521955e33ee5dd1d86f5 100644 |
| --- a/Source/modules/serviceworkers/ServiceWorkerContainer.idl |
| +++ b/Source/modules/serviceworkers/ServiceWorkerContainer.idl |
| @@ -42,4 +42,5 @@ |
| [CallWith=ScriptState] Promise<sequence<ServiceWorkerRegistration>> getRegistrations(); |
| attribute EventHandler oncontrollerchange; |
| + attribute EventHandler onmessage; |
| }; |