| Index: Source/modules/filesystem/FileSystemCallbacks.h
|
| diff --git a/Source/modules/filesystem/FileSystemCallbacks.h b/Source/modules/filesystem/FileSystemCallbacks.h
|
| index e73ba1962f4ac1c4b31073b51cddae76de656837..e078511dccbee4a8fce935534d1dc751c365ba7b 100644
|
| --- a/Source/modules/filesystem/FileSystemCallbacks.h
|
| +++ b/Source/modules/filesystem/FileSystemCallbacks.h
|
| @@ -74,7 +74,7 @@
|
|
|
| OwnPtr<ErrorCallback> m_errorCallback;
|
| RefPtrWillBePersistent<DOMFileSystemBase> m_fileSystem;
|
| - RefPtr<ExecutionContext> m_executionContext;
|
| + RefPtrWillBePersistent<ExecutionContext> m_executionContext;
|
| };
|
|
|
| // Subclasses ----------------------------------------------------------------
|
|
|