| Index: Source/core/frame/LocalFrame.h
|
| diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
|
| index 80ce5e36c53913b5f2756a171a77390100d2f5cf..1e70ee3032c08bf3f2c1856bfaab6bb9dd3e8a64 100644
|
| --- a/Source/core/frame/LocalFrame.h
|
| +++ b/Source/core/frame/LocalFrame.h
|
| @@ -163,9 +163,9 @@ namespace WebCore {
|
| RefPtr<FrameView> m_view;
|
|
|
| OwnPtr<ScriptController> m_script;
|
| - const OwnPtr<Editor> m_editor;
|
| + const OwnPtrWillBePersistent<Editor> m_editor;
|
| const OwnPtr<SpellChecker> m_spellChecker;
|
| - const OwnPtr<FrameSelection> m_selection;
|
| + const OwnPtrWillBePersistent<FrameSelection> m_selection;
|
| const OwnPtr<EventHandler> m_eventHandler;
|
| const OwnPtr<FrameConsole> m_console;
|
| OwnPtr<InputMethodController> m_inputMethodController;
|
|
|