| Index: Source/modules/encryptedmedia/MediaKeySession.h
|
| diff --git a/Source/modules/encryptedmedia/MediaKeySession.h b/Source/modules/encryptedmedia/MediaKeySession.h
|
| index cc34907075d280ee00b52023ae4e3c740d4f066b..dd1612ee3019d2e1677d2663f3bdc2ea28370c74 100644
|
| --- a/Source/modules/encryptedmedia/MediaKeySession.h
|
| +++ b/Source/modules/encryptedmedia/MediaKeySession.h
|
| @@ -81,8 +81,6 @@ public:
|
| ScriptPromise close(ScriptState*);
|
| ScriptPromise remove(ScriptState*);
|
|
|
| - void enqueueEvent(PassRefPtrWillBeRawPtr<Event>);
|
| -
|
| // EventTarget
|
| virtual const AtomicString& interfaceName() const override;
|
| virtual ExecutionContext* executionContext() const override;
|
|
|