Chromium Code Reviews| Index: Source/modules/serviceworkers/ServiceWorkerContainer.idl |
| diff --git a/Source/modules/serviceworkers/ServiceWorkerContainer.idl b/Source/modules/serviceworkers/ServiceWorkerContainer.idl |
| index 6c53d299e582c819ec0a2e896700f53244da5406..9b69e9ecf0cf9b4c128f1ff449fd4b4478367068 100644 |
| --- a/Source/modules/serviceworkers/ServiceWorkerContainer.idl |
| +++ b/Source/modules/serviceworkers/ServiceWorkerContainer.idl |
| @@ -41,4 +41,5 @@ |
| [CallWith=ScriptState] Promise<ServiceWorkerRegistration> getRegistration(optional USVString documentURL = ""); |
| attribute EventHandler oncontrollerchange; |
| + attribute EventHandler onmessage; |
| }; |