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

Unified Diff: Source/WebCore/css/MediaQueryEvaluator.h

Issue 7274018: Merge 89595 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 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
Index: Source/WebCore/css/MediaQueryEvaluator.h
===================================================================
--- Source/WebCore/css/MediaQueryEvaluator.h (revision 89897)
+++ Source/WebCore/css/MediaQueryEvaluator.h (working copy)
@@ -83,7 +83,7 @@
private:
String m_mediaType;
Frame* m_frame; // not owned
- RenderStyle* m_style; // not owned
+ RefPtr<RenderStyle> m_style;
bool m_expResult;
};
« no previous file with comments | « LayoutTests/fast/css/media-query-evaluator-crash-expected.txt ('k') | Source/WebCore/css/MediaQueryEvaluator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698