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/CSSMediaRule.h

Issue 170283019: Change various helper classes to transition types to get CSSValue entirely onto the gc heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/core/css/CSSMediaRule.h
diff --git a/Source/core/css/CSSMediaRule.h b/Source/core/css/CSSMediaRule.h
index 3e464106d2aa662080ff8c88046773557b31a072..cf50702d732f159616e2443324d6eff3297611a4 100644
--- a/Source/core/css/CSSMediaRule.h
+++ b/Source/core/css/CSSMediaRule.h
@@ -47,7 +47,7 @@ private:
MediaQuerySet* mediaQueries() const;
- mutable RefPtr<MediaList> m_mediaCSSOMWrapper;
+ mutable RefPtrWillBePersistent<MediaList> m_mediaCSSOMWrapper;
};
DEFINE_CSS_RULE_TYPE_CASTS(CSSMediaRule, MEDIA_RULE);

Powered by Google App Engine
This is Rietveld 408576698