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

Unified Diff: Source/core/storage/StorageEvent.h

Issue 170283019: Change various helper classes to transition types to get CSSValue entirely onto the gc heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed incorrect persistent found by the clang oilpan plugin Created 6 years, 10 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/core/storage/StorageEvent.h
diff --git a/Source/core/storage/StorageEvent.h b/Source/core/storage/StorageEvent.h
index 3aeebab9eb53e444fc55f71e23a2eac93f37cdcd..c70def1f5d7e9700dc228eefa2b8da39f9604b41 100644
--- a/Source/core/storage/StorageEvent.h
+++ b/Source/core/storage/StorageEvent.h
@@ -79,7 +79,7 @@ private:
String m_oldValue;
String m_newValue;
String m_url;
- RefPtrWillBePersistent<Storage> m_storageArea;
+ RefPtrWillBeMember<Storage> m_storageArea;
haraken 2014/03/03 10:51:30 Event might be reverted to RefCounted<Event> soon
wibling-chromium 2014/03/03 11:21:11 Yes, I know, but it seemed better to me to fix it
};
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698