| Index: webkit/fileapi/file_system_callback_dispatcher.cc
|
| diff --git a/webkit/fileapi/file_system_callback_dispatcher.cc b/webkit/fileapi/file_system_callback_dispatcher.cc
|
| index 9e657f169ac208c13dfa598f473266413d3ddfc5..3e040b39bd77ad7f61c7dc34d558201bc1c2f721 100644
|
| --- a/webkit/fileapi/file_system_callback_dispatcher.cc
|
| +++ b/webkit/fileapi/file_system_callback_dispatcher.cc
|
| @@ -12,7 +12,9 @@ FileSystemCallbackDispatcher::~FileSystemCallbackDispatcher() {
|
| }
|
|
|
| void FileSystemCallbackDispatcher::DidOpenFile(
|
| - base::PlatformFile file, quota::QuotaLimitType quota_policy) {
|
| + base::PlatformFile file,
|
| + int file_open_id,
|
| + quota::QuotaLimitType quota_policy) {
|
| NOTREACHED();
|
|
|
| if (file != base::kInvalidPlatformFileValue)
|
|
|