summaryrefslogtreecommitdiffstats
path: root/WebKit/android
diff options
context:
space:
mode:
authorNicolas Roard <nicolas@android.com>2010-05-11 15:46:00 -0700
committerNicolas Roard <nicolas@android.com>2010-05-11 15:46:00 -0700
commit619df39d24772ddf66eeb812e6bc654c3ec85ca3 (patch)
tree5369d1c78eb0e3182c58fd214afd8da49743a320 /WebKit/android
parente4ce886038eb870713831a36af88fc4692223eba (diff)
downloadexternal_webkit-619df39d24772ddf66eeb812e6bc654c3ec85ca3.zip
external_webkit-619df39d24772ddf66eeb812e6bc654c3ec85ca3.tar.gz
external_webkit-619df39d24772ddf66eeb812e6bc654c3ec85ca3.tar.bz2
fix the pause() problem...
Change-Id: I997b2e5f1fed2bf5abba8bb027df9390c99a8c0f
Diffstat (limited to 'WebKit/android')
-rw-r--r--WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp b/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
index 7c0bb24..6224707 100644
--- a/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
+++ b/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
@@ -325,6 +325,7 @@ public:
if (!m_glue->m_javaProxy)
return;
+ m_paused = false;
env->CallVoidMethod(m_glue->m_javaProxy, m_glue->m_play);
checkException(env);
}