| Index: Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp
|
| diff --git a/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp b/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp
|
| index 31b478863f300b151ce94cc86a65644782e36904..1a3969e9b1750239c11716657ba29156140c10f2 100644
|
| --- a/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp
|
| +++ b/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp
|
| @@ -16,7 +16,7 @@
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "wtf/Uint8Array.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| static void throwExceptionIfMediaKeyExceptionOccurred(const String& keySystem, const String& sessionId, blink::WebMediaPlayer::MediaKeyException exception, ExceptionState& exceptionState)
|
| {
|
| @@ -356,4 +356,4 @@ void HTMLMediaElementEncryptedMedia::trace(Visitor* visitor)
|
| WillBeHeapSupplement<HTMLMediaElement>::trace(visitor);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|