Chromium Code Reviews| Index: Source/modules/storage/StorageEvent.h |
| diff --git a/Source/modules/storage/StorageEvent.h b/Source/modules/storage/StorageEvent.h |
| index e68678ecf7c06c292b26bfa98e9924a702f2bb08..d57670c44e48f95dc07cdfcdbfc2f37371a3cb62 100644 |
| --- a/Source/modules/storage/StorageEvent.h |
| +++ b/Source/modules/storage/StorageEvent.h |
| @@ -67,7 +67,7 @@ private: |
| String m_oldValue; |
| String m_newValue; |
| String m_url; |
| - RefPtrWillBeMember<Storage> m_storageArea; |
| + PersistentWillBeMember<Storage> m_storageArea; |
| }; |
| } // namespace blink |