Chromium Code Reviews| Index: modules/quota/StorageErrorCallback.idl |
| diff --git a/modules/quota/StorageErrorCallback.idl b/modules/quota/StorageErrorCallback.idl |
| index 191fb380b57c79e64257b01c92e6e0ca6a802fdc..011df62f6c69966654ab4b47e90d92fe9ca97f6c 100644 |
| --- a/modules/quota/StorageErrorCallback.idl |
| +++ b/modules/quota/StorageErrorCallback.idl |
| @@ -29,5 +29,5 @@ |
| */ |
| callback interface StorageErrorCallback { |
| - boolean handleEvent(DOMError error); |
| + void handleEvent(DOMError error); |
| }; |