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 |