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

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

Issue 1109493003: Oilpan: have History on the heap by default. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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
« Source/core/frame/History.h ('K') | « Source/core/frame/History.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/LocalDOMWindow.h
diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
index 34450f60cb3a80de4b9308714a9319f8aafe5510..fb649e26739117d2f41004052d17eed3b034cc82 100644
--- a/Source/core/frame/LocalDOMWindow.h
+++ b/Source/core/frame/LocalDOMWindow.h
@@ -257,7 +257,7 @@ private:
WillBeHeapHashSet<RawPtrWillBeWeakMember<DOMWindowProperty>> m_properties;
mutable PersistentWillBeMember<Screen> m_screen;
- mutable RefPtrWillBeMember<History> m_history;
+ mutable PersistentWillBeMember<History> m_history;
mutable RefPtrWillBeMember<BarProp> m_locationbar;
mutable RefPtrWillBeMember<BarProp> m_menubar;
mutable RefPtrWillBeMember<BarProp> m_personalbar;
« Source/core/frame/History.h ('K') | « Source/core/frame/History.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698