| Index: third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h
|
| diff --git a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h
|
| index be4a635d2822f546ca3ee7095223bea9a4bf7ddd..61e5e92143e36ae9fc2b535495e91239f5bbe83a 100644
|
| --- a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h
|
| +++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h
|
| @@ -83,7 +83,7 @@ public:
|
|
|
| // EventTarget
|
| const AtomicString& interfaceName() const override;
|
| - ExecutionContext* executionContext() const override;
|
| + ExecutionContext* getExecutionContext() const override;
|
|
|
| // ActiveDOMObject
|
| bool hasPendingActivity() const override;
|
|
|