Chromium Code Reviews| Index: Source/core/storage/StorageEvent.h |
| diff --git a/Source/core/storage/StorageEvent.h b/Source/core/storage/StorageEvent.h |
| index 90e6492b2a45108ea91f3da1882fe4f45006a46b..5c0509d741058cb89adc1b1db79369e9b0087793 100644 |
| --- a/Source/core/storage/StorageEvent.h |
| +++ b/Source/core/storage/StorageEvent.h |
| @@ -1,3 +1,4 @@ |
| + |
|
Mads Ager (chromium)
2014/03/26 06:36:03
Accidental edit?
|
| /* |
| * Copyright (C) 2008, 2009 Apple Inc. All rights reserved. |
| * |
| @@ -76,7 +77,7 @@ private: |
| String m_oldValue; |
| String m_newValue; |
| String m_url; |
| - RefPtrWillBePersistent<Storage> m_storageArea; |
| + RefPtrWillBeMember<Storage> m_storageArea; |
| }; |
| } // namespace WebCore |