Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6180)

Unified Diff: Source/modules/filesystem/FileSystemCallbacks.h

Issue 318023002: Oilpan: Prepare to make ExecutionContext GarbageCollectedMixin. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: isGC Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/workers/WorkerMessagingProxy.h ('k') | Source/modules/filesystem/LocalFileSystem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 @@ protected:
OwnPtr<ErrorCallback> m_errorCallback;
RefPtrWillBePersistent<DOMFileSystemBase> m_fileSystem;
- RefPtr<ExecutionContext> m_executionContext;
+ RefPtrWillBePersistent<ExecutionContext> m_executionContext;
};
// Subclasses ----------------------------------------------------------------
« no previous file with comments | « Source/core/workers/WorkerMessagingProxy.h ('k') | Source/modules/filesystem/LocalFileSystem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698