| Index: Source/modules/filesystem/FileSystemCallbacks.h
|
| diff --git a/Source/modules/filesystem/FileSystemCallbacks.h b/Source/modules/filesystem/FileSystemCallbacks.h
|
| index 4ad1b55f23af66c2478598f5722804c161d19c0b..2925a699cbfb91f372b932fa1903d04a659575b7 100644
|
| --- a/Source/modules/filesystem/FileSystemCallbacks.h
|
| +++ b/Source/modules/filesystem/FileSystemCallbacks.h
|
| @@ -79,6 +79,7 @@ protected:
|
| OwnPtr<ErrorCallback> m_errorCallback;
|
| Persistent<DOMFileSystemBase> m_fileSystem;
|
| RefPtrWillBePersistent<ExecutionContext> m_executionContext;
|
| + int m_asyncOperationId;
|
| };
|
|
|
| // Subclasses ----------------------------------------------------------------
|
|
|