Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h

Issue 2577053002: ActiveScriptWrappable: GC wrappers in detached ExecutionContexts. (Closed)
Patch Set: component build fix(msvc) Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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();

Powered by Google App Engine