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

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

Issue 9910031: Merge 111895 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 9 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 | « Source/WebCore/editing/ReplaceSelectionCommand.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 112578)
+++ Source/WebCore/html/HTMLMediaElement.h (working copy)
@@ -502,9 +502,8 @@
// Loading state.
enum LoadState { WaitingForSource, LoadingFromSrcAttr, LoadingFromSourceElement };
LoadState m_loadState;
- HTMLSourceElement* m_currentSourceNode;
- Node* m_nextChildNodeToConsider;
- Node* sourceChildEndOfListValue() { return static_cast<Node*>(this); }
+ RefPtr<HTMLSourceElement> m_currentSourceNode;
+ RefPtr<Node> m_nextChildNodeToConsider;
OwnPtr<MediaPlayer> m_player;
#if ENABLE(PLUGIN_PROXY_FOR_VIDEO)
« no previous file with comments | « Source/WebCore/editing/ReplaceSelectionCommand.cpp ('k') | Source/WebCore/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698