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

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

Issue 463543002: Oilpan: Ensure that classes with virtual trace methods always have vtables for their left-most base… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/RemoteFontFaceSource.cpp » ('j') | Source/core/events/DOMWindowEventQueue.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/MediaQueryList.h
diff --git a/Source/core/css/MediaQueryList.h b/Source/core/css/MediaQueryList.h
index fd00e845f92ddbf4e5e0015986abcf74db70a2c3..71e2c463c40b6dc67b9d6b871022b88028b4e4fd 100644
--- a/Source/core/css/MediaQueryList.h
+++ b/Source/core/css/MediaQueryList.h
@@ -53,7 +53,7 @@ public:
void mediaFeaturesChanged(WillBeHeapVector<RefPtrWillBeMember<MediaQueryListListener> >* listenersToNotify);
- void trace(Visitor*);
+ virtual void trace(Visitor*);
// From ActiveDOMObject
virtual bool hasPendingActivity() const OVERRIDE;
« no previous file with comments | « no previous file | Source/core/css/RemoteFontFaceSource.cpp » ('j') | Source/core/events/DOMWindowEventQueue.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698