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

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

Issue 206093005: Oilpan: move Console objects to the oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Make ConsoleBase::trace() a pure virtual 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
« no previous file with comments | « Source/core/frame/ConsoleBase.idl ('k') | Source/core/workers/WorkerConsole.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/DOMWindow.h
diff --git a/Source/core/frame/DOMWindow.h b/Source/core/frame/DOMWindow.h
index bdc565e6305503c50258991e5d355171e6657f73..a592e5bd13aa2c5db3d05a9de5f8fb10ccd02d8e 100644
--- a/Source/core/frame/DOMWindow.h
+++ b/Source/core/frame/DOMWindow.h
@@ -351,7 +351,7 @@ enum PageshowEventPersistence {
mutable RefPtr<BarProp> m_scrollbars;
mutable RefPtr<BarProp> m_statusbar;
mutable RefPtr<BarProp> m_toolbar;
- mutable RefPtr<Console> m_console;
+ mutable RefPtrWillBePersistent<Console> m_console;
mutable RefPtrWillBePersistent<Navigator> m_navigator;
mutable RefPtrWillBePersistent<Location> m_location;
mutable RefPtr<StyleMedia> m_media;
« no previous file with comments | « Source/core/frame/ConsoleBase.idl ('k') | Source/core/workers/WorkerConsole.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698