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

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

Issue 1063513007: Oilpan: have Console be on the heap by default. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Console public inherits DOMWindowProperty 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
« no previous file with comments | « Source/core/frame/ConsoleBase.idl ('k') | Source/core/timing/ConsoleMemory.h » ('j') | 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 fb649e26739117d2f41004052d17eed3b034cc82..26ef68099c27d0936072b1b4102195ff8b826a16 100644
--- a/Source/core/frame/LocalDOMWindow.h
+++ b/Source/core/frame/LocalDOMWindow.h
@@ -264,7 +264,7 @@ private:
mutable RefPtrWillBeMember<BarProp> m_scrollbars;
mutable RefPtrWillBeMember<BarProp> m_statusbar;
mutable RefPtrWillBeMember<BarProp> m_toolbar;
- mutable RefPtrWillBeMember<Console> m_console;
+ mutable PersistentWillBeMember<Console> m_console;
mutable RefPtrWillBeMember<Navigator> m_navigator;
mutable RefPtrWillBeMember<StyleMedia> m_media;
« no previous file with comments | « Source/core/frame/ConsoleBase.idl ('k') | Source/core/timing/ConsoleMemory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698