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

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElement.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/core/html/HTMLMediaElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
index bbece82bf7cc409a1514dc728dd4be2fc78bd9e7..af6edc7396fbf423f2596880426c9c9c7ada0d0d 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -75,11 +75,12 @@ class WebInbandTextTrack;
class WebLayer;
class WebRemotePlaybackClient;
-class CORE_EXPORT HTMLMediaElement : public HTMLElement,
- public Supplementable<HTMLMediaElement>,
- public ActiveScriptWrappable,
- public SuspendableObject,
- private WebMediaPlayerClient {
+class CORE_EXPORT HTMLMediaElement
+ : public HTMLElement,
+ public Supplementable<HTMLMediaElement>,
+ public ActiveScriptWrappable<HTMLMediaElement>,
+ public SuspendableObject,
+ private WebMediaPlayerClient {
DEFINE_WRAPPERTYPEINFO();
USING_GARBAGE_COLLECTED_MIXIN(HTMLMediaElement);
USING_PRE_FINALIZER(HTMLMediaElement, dispose);
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLImageElement.h ('k') | third_party/WebKit/Source/core/streams/UnderlyingSourceBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698