Index: Source/WebCore/html/HTMLMediaElement.h |
=================================================================== |
--- Source/WebCore/html/HTMLMediaElement.h (revision 133512) |
+++ Source/WebCore/html/HTMLMediaElement.h (working copy) |
@@ -464,7 +464,7 @@ |
void scheduleNextSourceChild(); |
void loadNextSourceChild(); |
void userCancelledLoad(); |
- void clearMediaPlayer(unsigned flags); |
+ void clearMediaPlayer(signed flags); |
bool havePotentialSourceChild(); |
void noneSupported(); |
void mediaEngineError(PassRefPtr<MediaError> err); |