| Index: Source/platform/exported/WebContentDecryptionModuleSession.cpp
|
| diff --git a/Source/platform/exported/WebContentDecryptionModuleSession.cpp b/Source/platform/exported/WebContentDecryptionModuleSession.cpp
|
| index 012527442aadf8c62684872713046fb775ae7129..5acd4b8c788016fa555f31851dba26a446133c1f 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::load(const WebString& sessionId, WebContentDecryptionModuleResult result)
|
| +{
|
| + ReportError(result);
|
| +}
|
| +
|
| void WebContentDecryptionModuleSession::update(const unsigned char* response, size_t responseLength, WebContentDecryptionModuleResult result)
|
| {
|
| ReportError(result);
|
|
|