| Index: webkit/fileapi/syncable/syncable_file_system_operation.cc
|
| diff --git a/webkit/fileapi/syncable/syncable_file_system_operation.cc b/webkit/fileapi/syncable/syncable_file_system_operation.cc
|
| index 8954f26d37bd92dd43eff3a12043ec5addfd4027..981efdf60ec720e97e04e8899411fd1089e331c2 100644
|
| --- a/webkit/fileapi/syncable/syncable_file_system_operation.cc
|
| +++ b/webkit/fileapi/syncable/syncable_file_system_operation.cc
|
| @@ -314,8 +314,7 @@ void SyncableFileSystemOperation::Cancel(
|
|
|
| LocalFileSystemOperation*
|
| SyncableFileSystemOperation::AsLocalFileSystemOperation() {
|
| - NOTREACHED();
|
| - return NULL;
|
| + return file_system_operation_;
|
| }
|
|
|
| void SyncableFileSystemOperation::CreateSnapshotFile(
|
|
|