Chromium Code Reviews| Index: Source/modules/filesystem/EntryCallback.idl |
| diff --git a/Source/modules/filesystem/EntryCallback.idl b/Source/modules/filesystem/EntryCallback.idl |
| index 21ebf4fb21476f22f35e5755cce03458b7892297..02eebc53db9e4a54e78fe662fe632808a0dfb27e 100644 |
| --- a/Source/modules/filesystem/EntryCallback.idl |
| +++ b/Source/modules/filesystem/EntryCallback.idl |
| @@ -29,5 +29,5 @@ |
| */ |
| callback interface EntryCallback { |
| - boolean handleEvent(Entry entry); |
| + void handleEvent(Entry entry); |
| }; |