summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/api/src/WebMediaPlayerClientImpl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/api/src/WebMediaPlayerClientImpl.cpp b/webkit/api/src/WebMediaPlayerClientImpl.cpp
index 08abcd2..1620f34 100644
--- a/webkit/api/src/WebMediaPlayerClientImpl.cpp
+++ b/webkit/api/src/WebMediaPlayerClientImpl.cpp
@@ -407,6 +407,7 @@ MediaPlayer::SupportsType WebMediaPlayerClientImpl::supportsType(const String& t
case WebMimeRegistry::MayBeSupported:
return MediaPlayer::MayBeSupported;
}
+ return MediaPlayer::IsNotSupported;
}
WebMediaPlayerClientImpl::WebMediaPlayerClientImpl()