| Index: Source/web/WebMediaPlayerClientImpl.cpp
|
| diff --git a/Source/web/WebMediaPlayerClientImpl.cpp b/Source/web/WebMediaPlayerClientImpl.cpp
|
| index 8e29cda8730ec5538cdefac1d3d6aab31d93e230..da73a86701218ecfdfff54ac1cb24ac51628bb24 100644
|
| --- a/Source/web/WebMediaPlayerClientImpl.cpp
|
| +++ b/Source/web/WebMediaPlayerClientImpl.cpp
|
| @@ -140,9 +140,9 @@ void WebMediaPlayerClientImpl::keyMessage(const WebString& keySystem, const WebS
|
| m_client->mediaPlayerKeyMessage(keySystem, sessionId, message, messageLength, defaultURL);
|
| }
|
|
|
| -void WebMediaPlayerClientImpl::keyNeeded(const WebString& keySystem, const WebString& sessionId, const unsigned char* initData, unsigned initDataLength)
|
| +void WebMediaPlayerClientImpl::keyNeeded(const WebString& contentType, const unsigned char* initData, unsigned initDataLength)
|
| {
|
| - m_client->mediaPlayerKeyNeeded(keySystem, sessionId, initData, initDataLength);
|
| + m_client->mediaPlayerKeyNeeded(contentType, initData, initDataLength);
|
| }
|
|
|
| WebPlugin* WebMediaPlayerClientImpl::createHelperPlugin(const WebString& pluginType, WebFrame* frame)
|
|
|