| Index: third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.h
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.h b/third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.h
|
| index c38196c562cb10e487216d651d91acd47ce063d3..a65a8c5bd020531bfa7ff2b9cd3c651e841e6731 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.h
|
| +++ b/third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.h
|
| @@ -75,7 +75,7 @@ protected:
|
|
|
| Persistent<ErrorCallback> m_errorCallback;
|
| Persistent<DOMFileSystemBase> m_fileSystem;
|
| - RefPtrWillBePersistent<ExecutionContext> m_executionContext;
|
| + Persistent<ExecutionContext> m_executionContext;
|
| int m_asyncOperationId;
|
| };
|
|
|
|
|