Index: third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.h |
diff --git a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.h b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.h |
index 50a1966c2809628f44b1b36be3b69a4fdf36eeed..79fdd0c0c593211f7e83e52c484eba5918e1ee95 100644 |
--- a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.h |
+++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.h |
@@ -52,7 +52,7 @@ class WebContentDecryptionModule; |
// References are held by JS and HTMLMediaElement. |
// The WebContentDecryptionModule has the same lifetime as this object. |
class MediaKeys : public GarbageCollectedFinalized<MediaKeys>, |
- public ActiveScriptWrappable, |
+ public ActiveScriptWrappable<MediaKeys>, |
public SuspendableObject, |
public ScriptWrappable { |
USING_GARBAGE_COLLECTED_MIXIN(MediaKeys); |