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

Unified Diff: third_party/WebKit/Source/modules/mediastream/MediaDevices.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/mediastream/MediaDevices.h
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaDevices.h b/third_party/WebKit/Source/modules/mediastream/MediaDevices.h
index 3d8eef4b67368faafa1cb6f478be7338c2515c0e..3a40955e64e30ababfab86b74cde3450ed5c29d3 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaDevices.h
+++ b/third_party/WebKit/Source/modules/mediastream/MediaDevices.h
@@ -20,9 +20,10 @@ class MediaTrackSupportedConstraints;
class ScriptState;
class UserMediaController;
-class MODULES_EXPORT MediaDevices final : public EventTargetWithInlineData,
- public ActiveScriptWrappable,
- public SuspendableObject {
+class MODULES_EXPORT MediaDevices final
+ : public EventTargetWithInlineData,
+ public ActiveScriptWrappable<MediaDevices>,
+ public SuspendableObject {
USING_GARBAGE_COLLECTED_MIXIN(MediaDevices);
DEFINE_WRAPPERTYPEINFO();
USING_PRE_FINALIZER(MediaDevices, dispose);

Powered by Google App Engine
This is Rietveld 408576698