Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(977)

Unified Diff: third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h
diff --git a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h b/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h
index 4f0ae35e4247d36ce446e1c5257c13177aadaf45..38290bc35af5550b1067d104533e27475a1b7fba 100644
--- a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h
+++ b/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h
@@ -23,10 +23,11 @@ class Blob;
class BlobData;
class ExceptionState;
-class MODULES_EXPORT MediaRecorder final : public EventTargetWithInlineData,
- public WebMediaRecorderHandlerClient,
- public ActiveScriptWrappable,
- public SuspendableObject {
+class MODULES_EXPORT MediaRecorder final
+ : public EventTargetWithInlineData,
+ public WebMediaRecorderHandlerClient,
+ public ActiveScriptWrappable<MediaRecorder>,
+ public SuspendableObject {
USING_GARBAGE_COLLECTED_MIXIN(MediaRecorder);
DEFINE_WRAPPERTYPEINFO();

Powered by Google App Engine
This is Rietveld 408576698