Chromium Code Reviews

Unified Diff: Source/WebCore/html/HTMLMediaElement.h

Issue 9937009: Merge 112623 - Crash in GenericEventQueue::~GenericEventQueue. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/WebCore/dom/GenericEventQueue.cpp ('k') | Source/WebCore/html/HTMLMediaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/HTMLMediaElement.h
===================================================================
--- Source/WebCore/html/HTMLMediaElement.h (revision 112635)
+++ Source/WebCore/html/HTMLMediaElement.h (working copy)
@@ -501,7 +501,7 @@
Timer<HTMLMediaElement> m_progressEventTimer;
Timer<HTMLMediaElement> m_playbackProgressTimer;
RefPtr<TimeRanges> m_playedTimeRanges;
- GenericEventQueue m_asyncEventQueue;
+ OwnPtr<GenericEventQueue> m_asyncEventQueue;
float m_playbackRate;
float m_defaultPlaybackRate;
« no previous file with comments | « Source/WebCore/dom/GenericEventQueue.cpp ('k') | Source/WebCore/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine