| Index: Source/platform/exported/WebContentDecryptionModuleResult.cpp
|
| diff --git a/Source/platform/exported/WebContentDecryptionModuleResult.cpp b/Source/platform/exported/WebContentDecryptionModuleResult.cpp
|
| index cd6bdd40c1db80cc57c472f09d56b1566500bb96..a3e655ef9d77f5a77e15d7c3edeeb55182929573 100644
|
| --- a/Source/platform/exported/WebContentDecryptionModuleResult.cpp
|
| +++ b/Source/platform/exported/WebContentDecryptionModuleResult.cpp
|
| @@ -27,7 +27,7 @@ void WebContentDecryptionModuleResult::completeWithError(WebContentDecryptionMod
|
| reset();
|
| }
|
|
|
| -WebContentDecryptionModuleResult::WebContentDecryptionModuleResult(WebCore::ContentDecryptionModuleResult* impl)
|
| +WebContentDecryptionModuleResult::WebContentDecryptionModuleResult(blink::ContentDecryptionModuleResult* impl)
|
| : m_impl(impl)
|
| {
|
| ASSERT(m_impl.get());
|
|
|