Chromium Code Reviews| Index: third_party/WebKit/Source/modules/filesystem/ErrorCallback.idl |
| diff --git a/third_party/WebKit/Source/modules/filesystem/ErrorCallback.idl b/third_party/WebKit/Source/modules/filesystem/ErrorCallback.idl |
| index 8f05cf40648f4a77ccfeca9bb0a9507236dad411..991c587e88cdd9d9c92990f9e62c3a670091bb99 100644 |
| --- a/third_party/WebKit/Source/modules/filesystem/ErrorCallback.idl |
| +++ b/third_party/WebKit/Source/modules/filesystem/ErrorCallback.idl |
| @@ -29,5 +29,5 @@ |
| */ |
| callback interface ErrorCallback { |
| - void handleEvent(FileError error); |
| + void handleEvent(DOMException error); |
| }; |