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