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

Unified Diff: Source/modules/webdatabase/DatabaseBackendBase.h

Issue 215063005: Oilpan: Prepare to move DatabaseContext to Oilpan heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
Index: Source/modules/webdatabase/DatabaseBackendBase.h
diff --git a/Source/modules/webdatabase/DatabaseBackendBase.h b/Source/modules/webdatabase/DatabaseBackendBase.h
index 935ae62657b0f8bc6a6287c7919ddff99f87b2bc..3954599d6a8049d1008a13002e7e939aad9807b1 100644
--- a/Source/modules/webdatabase/DatabaseBackendBase.h
+++ b/Source/modules/webdatabase/DatabaseBackendBase.h
@@ -122,7 +122,7 @@ protected:
static const char* databaseInfoTableName();
RefPtr<SecurityOrigin> m_contextThreadSecurityOrigin;
- RefPtr<DatabaseContext> m_databaseContext; // Associated with m_executionContext.
+ RefPtrWillBeMember<DatabaseContext> m_databaseContext; // Associated with m_executionContext.
String m_name;
String m_expectedVersion;

Powered by Google App Engine
This is Rietveld 408576698