| Index: Source/modules/encryptedmedia/MediaKeyMessageEvent.h
|
| diff --git a/Source/modules/encryptedmedia/MediaKeyMessageEvent.h b/Source/modules/encryptedmedia/MediaKeyMessageEvent.h
|
| index a512101ba94a07a96ee6fcb21ea2583a7ccab84c..ac46880a6ec6cfcfb4734278adb5418225eabbf3 100644
|
| --- a/Source/modules/encryptedmedia/MediaKeyMessageEvent.h
|
| +++ b/Source/modules/encryptedmedia/MediaKeyMessageEvent.h
|
| @@ -30,7 +30,7 @@
|
| #include "core/html/MediaKeyError.h"
|
| #include "modules/EventModules.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| struct MediaKeyMessageEventInit : public EventInit {
|
| MediaKeyMessageEventInit();
|
| @@ -68,6 +68,6 @@ private:
|
| String m_destinationURL;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif
|
|
|