Index: Source/core/frame/LocalFrame.h |
diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h |
index 657aacdf81d523d594e7bb9a9840bf32afec9172..5a3a8c01177d3e84b4feed8cacd6427352220e48 100644 |
--- a/Source/core/frame/LocalFrame.h |
+++ b/Source/core/frame/LocalFrame.h |
@@ -175,7 +175,7 @@ namespace blink { |
const OwnPtr<SpellChecker> m_spellChecker; |
const OwnPtrWillBePersistent<FrameSelection> m_selection; |
const OwnPtrWillBePersistent<EventHandler> m_eventHandler; |
- const OwnPtr<FrameConsole> m_console; |
+ const OwnPtrWillBePersistent<FrameConsole> m_console; |
OwnPtr<InputMethodController> m_inputMethodController; |
float m_pageZoomFactor; |