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; |