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

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

Issue 317073007: Oilpan: Prepare to move EventHandler to Oilpan heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | « no previous file | Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/LocalFrame.h
diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
index 1148f38812dd90a487e4ca89e52de943f0856afb..0dbcceb93845fe92fdff4d8b6b4996119dfef184 100644
--- a/Source/core/frame/LocalFrame.h
+++ b/Source/core/frame/LocalFrame.h
@@ -164,7 +164,7 @@ namespace WebCore {
const OwnPtrWillBePersistent<Editor> m_editor;
const OwnPtr<SpellChecker> m_spellChecker;
const OwnPtrWillBePersistent<FrameSelection> m_selection;
- const OwnPtr<EventHandler> m_eventHandler;
+ const OwnPtrWillBePersistent<EventHandler> m_eventHandler;
const OwnPtr<FrameConsole> m_console;
OwnPtr<InputMethodController> m_inputMethodController;
« no previous file with comments | « no previous file | Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698