| Index: Source/core/html/MediaKeyEvent.h
|
| diff --git a/Source/core/html/MediaKeyEvent.h b/Source/core/html/MediaKeyEvent.h
|
| index cb697192ec2f95a3517ff21377c6791811c96538..f4a7fbc2a831f7e6427e7eed9a14ac0d37a6c662 100644
|
| --- a/Source/core/html/MediaKeyEvent.h
|
| +++ b/Source/core/html/MediaKeyEvent.h
|
| @@ -29,21 +29,10 @@
|
| #include "core/dom/DOMTypedArray.h"
|
| #include "core/events/Event.h"
|
| #include "core/html/MediaKeyError.h"
|
| +#include "core/html/MediaKeyEventInit.h"
|
|
|
| namespace blink {
|
|
|
| -struct MediaKeyEventInit : public EventInit {
|
| - MediaKeyEventInit();
|
| -
|
| - String keySystem;
|
| - String sessionId;
|
| - RefPtr<DOMUint8Array> initData;
|
| - RefPtr<DOMUint8Array> message;
|
| - String defaultURL;
|
| - RefPtrWillBeMember<MediaKeyError> errorCode;
|
| - unsigned short systemCode;
|
| -};
|
| -
|
| class MediaKeyEvent final : public Event {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
|
|