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

Unified Diff: third_party/WebKit/Source/core/css/MediaQueryList.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/css/MediaQueryList.h
diff --git a/third_party/WebKit/Source/core/css/MediaQueryList.h b/third_party/WebKit/Source/core/css/MediaQueryList.h
index 2cc09389b2294c3cd08ec21b8032bf26fc0235d5..e7fe4acc975ad97017b347a444935e187df3d7bc 100644
--- a/third_party/WebKit/Source/core/css/MediaQueryList.h
+++ b/third_party/WebKit/Source/core/css/MediaQueryList.h
@@ -41,9 +41,10 @@ class MediaQuerySet;
// to retrieve the current value of the given media query and to add/remove
// listeners that will be called whenever the value of the query changes.
-class CORE_EXPORT MediaQueryList final : public EventTargetWithInlineData,
- public ActiveScriptWrappable,
- public SuspendableObject {
+class CORE_EXPORT MediaQueryList final
+ : public EventTargetWithInlineData,
+ public ActiveScriptWrappable<MediaQueryList>,
+ public SuspendableObject {
DEFINE_WRAPPERTYPEINFO();
USING_GARBAGE_COLLECTED_MIXIN(MediaQueryList);
WTF_MAKE_NONCOPYABLE(MediaQueryList);
« no previous file with comments | « third_party/WebKit/Source/core/css/FontFace.cpp ('k') | third_party/WebKit/Source/core/css/MediaQueryList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698