Index: Source/modules/quota/DOMWindowQuota.h |
diff --git a/Source/modules/quota/DOMWindowQuota.h b/Source/modules/quota/DOMWindowQuota.h |
index 07eaf768d5eb92a266d315c317e0d935b953cc7d..dab72266c7042e8c04abd0133912ace93e3e3291 100644 |
--- a/Source/modules/quota/DOMWindowQuota.h |
+++ b/Source/modules/quota/DOMWindowQuota.h |
@@ -32,7 +32,6 @@ |
#define DOMWindowQuota_h |
#include "core/frame/DOMWindowProperty.h" |
-#include "heap/Handle.h" |
#include "platform/Supplementable.h" |
namespace WebCore { |
@@ -51,7 +50,7 @@ |
explicit DOMWindowQuota(DOMWindow*); |
static const char* supplementName(); |
- mutable RefPtrWillBePersistent<DeprecatedStorageInfo> m_storageInfo; |
+ mutable RefPtr<DeprecatedStorageInfo> m_storageInfo; |
}; |
} // namespace WebCore |