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

Unified Diff: Source/core/html/HTMLSourceElement.h

Issue 369033002: Oilpan: Build fix after r177440 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/html/HTMLSourceElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLSourceElement.h
diff --git a/Source/core/html/HTMLSourceElement.h b/Source/core/html/HTMLSourceElement.h
index 02f4a0ac551691054ca88d980180581df3b30986..d888e159e9d9bcf167f347f3ca601ff5697b5a90 100644
--- a/Source/core/html/HTMLSourceElement.h
+++ b/Source/core/html/HTMLSourceElement.h
@@ -53,6 +53,8 @@ public:
bool mediaQueryMatches() const;
+ virtual void trace(Visitor*) OVERRIDE;
+
private:
explicit HTMLSourceElement(Document&);
@@ -62,7 +64,6 @@ private:
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
void notifyMediaQueryChanged();
- virtual void trace(Visitor*) OVERRIDE;
RefPtrWillBeMember<MediaQueryList> m_mediaQueryList;
RefPtrWillBeMember<Listener> m_listener;
« no previous file with comments | « no previous file | Source/core/html/HTMLSourceElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698