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

Unified Diff: Source/core/events/EventDispatcher.h

Issue 603193005: Move the Widget hierarchy to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Switch LocalFrame::m_pluginElements rep to HashSet<HTMLPlugInElement*> Created 6 years, 2 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
Index: Source/core/events/EventDispatcher.h
diff --git a/Source/core/events/EventDispatcher.h b/Source/core/events/EventDispatcher.h
index f8d9a5f460d7198db931245821b9096762946ce6..f5fd09a91d99cc23678d74868c7d2302cedbac60 100644
--- a/Source/core/events/EventDispatcher.h
+++ b/Source/core/events/EventDispatcher.h
@@ -69,7 +69,7 @@ private:
RefPtrWillBeMember<Node> m_node;
RefPtrWillBeMember<Event> m_event;
- RefPtr<FrameView> m_view;
+ RefPtrWillBeMember<FrameView> m_view;
#if ENABLE(ASSERT)
bool m_eventDispatched;
#endif

Powered by Google App Engine
This is Rietveld 408576698