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

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

Issue 11368088: Merge 133262 - Build fix. http://trac.webkit.org/changeset/133252 broke the Windows build. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years, 1 month 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/html/HTMLMediaElement.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/HTMLMediaElement.cpp
===================================================================
--- Source/WebCore/html/HTMLMediaElement.cpp (revision 133512)
+++ Source/WebCore/html/HTMLMediaElement.cpp (working copy)
@@ -3710,7 +3710,7 @@
#endif
}
-void HTMLMediaElement::clearMediaPlayer(unsigned flags)
+void HTMLMediaElement::clearMediaPlayer(signed flags)
{
#if !ENABLE(PLUGIN_PROXY_FOR_VIDEO)
m_player.clear();
« no previous file with comments | « Source/WebCore/html/HTMLMediaElement.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698