| Index: Source/modules/filesystem/FileSystemCallbacks.h
|
| diff --git a/Source/modules/filesystem/FileSystemCallbacks.h b/Source/modules/filesystem/FileSystemCallbacks.h
|
| index e078511dccbee4a8fce935534d1dc751c365ba7b..e73ba1962f4ac1c4b31073b51cddae76de656837 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;
|
| - RefPtrWillBePersistent<ExecutionContext> m_executionContext;
|
| + RefPtr<ExecutionContext> m_executionContext;
|
| };
|
|
|
| // Subclasses ----------------------------------------------------------------
|
|
|