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

Unified Diff: Source/modules/quota/WorkerNavigatorStorageQuota.h

Issue 294953002: Oilpan: enable Oilpan by default in modules/quota. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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/modules/quota/StorageQuota.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/quota/WorkerNavigatorStorageQuota.h
diff --git a/Source/modules/quota/WorkerNavigatorStorageQuota.h b/Source/modules/quota/WorkerNavigatorStorageQuota.h
index 66176090c44c3572c6b32a4f0b02a9a9ee6fa0b3..09a940a2587aea92ae059958af8da5724885a59a 100644
--- a/Source/modules/quota/WorkerNavigatorStorageQuota.h
+++ b/Source/modules/quota/WorkerNavigatorStorageQuota.h
@@ -55,8 +55,8 @@ private:
explicit WorkerNavigatorStorageQuota();
static const char* supplementName();
- mutable RefPtrWillBeMember<DeprecatedStorageQuota> m_temporaryStorage;
- mutable RefPtrWillBeMember<DeprecatedStorageQuota> m_persistentStorage;
+ mutable PersistentWillBeMember<DeprecatedStorageQuota> m_temporaryStorage;
+ mutable PersistentWillBeMember<DeprecatedStorageQuota> m_persistentStorage;
};
} // namespace WebCore
« no previous file with comments | « Source/modules/quota/StorageQuota.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698