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

Unified Diff: Source/core/frame/DOMWindow.h

Issue 213173002: [Oilpan]: Move StyleMedia to the oilpan heap using transition types. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review feedback 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 | « Source/core/css/StyleMedia.idl ('k') | Source/core/frame/DOMWindow.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/DOMWindow.h
diff --git a/Source/core/frame/DOMWindow.h b/Source/core/frame/DOMWindow.h
index 95e5310466cf664349fc524b1a7daf3b6b8e1ab5..f9e26b30a679cf121c4feaa953cf3fd211271c95 100644
--- a/Source/core/frame/DOMWindow.h
+++ b/Source/core/frame/DOMWindow.h
@@ -359,7 +359,7 @@ enum PageshowEventPersistence {
mutable RefPtrWillBeMember<Console> m_console;
mutable RefPtrWillBeMember<Navigator> m_navigator;
mutable RefPtrWillBeMember<Location> m_location;
- mutable RefPtr<StyleMedia> m_media;
+ mutable RefPtrWillBeMember<StyleMedia> m_media;
String m_status;
String m_defaultStatus;
« no previous file with comments | « Source/core/css/StyleMedia.idl ('k') | Source/core/frame/DOMWindow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698