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