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

Unified Diff: Source/modules/quota/DOMWindowQuota.h

Issue 158873002: Revert of Move quota module to oilpan (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « no previous file | Source/modules/quota/DeprecatedStorageInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | Source/modules/quota/DeprecatedStorageInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698