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

Unified Diff: Source/core/frame/DOMWindow.h

Issue 208083003: Oilpan: move ApplicationCache to the oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use transition type version of adoptRef..Collected() Created 6 years, 9 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
Index: Source/core/frame/DOMWindow.h
diff --git a/Source/core/frame/DOMWindow.h b/Source/core/frame/DOMWindow.h
index a592e5bd13aa2c5db3d05a9de5f8fb10ccd02d8e..0d9d20832198e6fd5019d1eedde35873dcf19c88 100644
--- a/Source/core/frame/DOMWindow.h
+++ b/Source/core/frame/DOMWindow.h
@@ -361,7 +361,7 @@ enum PageshowEventPersistence {
mutable RefPtrWillBePersistent<Storage> m_sessionStorage;
mutable RefPtrWillBePersistent<Storage> m_localStorage;
- mutable RefPtr<ApplicationCache> m_applicationCache;
+ mutable RefPtrWillBePersistent<ApplicationCache> m_applicationCache;
mutable RefPtrWillBePersistent<Performance> m_performance;
« no previous file with comments | « no previous file | Source/core/loader/appcache/ApplicationCache.h » ('j') | Source/core/loader/appcache/ApplicationCache.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698