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 88ce59c0757e94d6253c6b879463f4445e2e0596..08adeb7a46e3c3a3b254be76b7f318abd7a61500 100644 |
--- a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h |
+++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h |
@@ -63,7 +63,7 @@ class MediaKeys; |
// The WebContentDecryptionModuleSession has the same lifetime as this object. |
class MediaKeySession final |
: public EventTargetWithInlineData, |
- public ActiveScriptWrappable, |
+ public ActiveScriptWrappable<MediaKeySession>, |
public SuspendableObject, |
private WebContentDecryptionModuleSession::Client { |
DEFINE_WRAPPERTYPEINFO(); |