| Index: Source/platform/exported/WebContentDecryptionModuleSession.cpp
|
| diff --git a/Source/platform/exported/WebContentDecryptionModuleSession.cpp b/Source/platform/exported/WebContentDecryptionModuleSession.cpp
|
| index 012527442aadf8c62684872713046fb775ae7129..68ea312116fcd7de9868934d4361e2ce36ceb815 100644
|
| --- a/Source/platform/exported/WebContentDecryptionModuleSession.cpp
|
| +++ b/Source/platform/exported/WebContentDecryptionModuleSession.cpp
|
| @@ -48,6 +48,11 @@ void WebContentDecryptionModuleSession::initializeNewSession(const WebString& in
|
| ReportError(result);
|
| }
|
|
|
| +void WebContentDecryptionModuleSession::loadSession(const WebString& sessionId, WebContentDecryptionModuleResult result)
|
| +{
|
| + ReportError(result);
|
| +}
|
| +
|
| void WebContentDecryptionModuleSession::update(const unsigned char* response, size_t responseLength, WebContentDecryptionModuleResult result)
|
| {
|
| ReportError(result);
|
|
|