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

Unified Diff: Source/core/css/MediaQueryMatcher.h

Issue 208893005: Fix various inner classes now identified by the Blink GC plugin. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months 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
« no previous file with comments | « no previous file | Source/core/css/MediaQueryMatcher.cpp » ('j') | Source/core/css/MediaQueryMatcher.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/MediaQueryMatcher.h
diff --git a/Source/core/css/MediaQueryMatcher.h b/Source/core/css/MediaQueryMatcher.h
index fdec5656ca57f2ffca2eb91cca25a9dd34d3d242..c8c066934a8d9423212d53cf270532fb63edf0a1 100644
--- a/Source/core/css/MediaQueryMatcher.h
+++ b/Source/core/css/MediaQueryMatcher.h
@@ -57,10 +57,9 @@ public:
void trace(Visitor*);
private:
- class Listener : public NoBaseWillBeGarbageCollected<Listener> {
+ class Listener FINAL : public NoBaseWillBeGarbageCollected<Listener> {
public:
Listener(PassRefPtrWillBeRawPtr<MediaQueryListListener>, PassRefPtrWillBeRawPtr<MediaQueryList>);
- ~Listener();
void evaluate(ScriptState*, MediaQueryEvaluator*);
MediaQueryListListener* listener() { return m_listener.get(); }
« no previous file with comments | « no previous file | Source/core/css/MediaQueryMatcher.cpp » ('j') | Source/core/css/MediaQueryMatcher.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698