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

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

Issue 688993002: Oilpan: have Screen be on the heap by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: non-oilpan compile fix Created 5 years, 8 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/frame/Screen.h » ('j') | Source/core/frame/Screen.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/LocalDOMWindow.h
diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
index 7316f1ce31e6105726206678a8fd93e1ebd40404..34450f60cb3a80de4b9308714a9319f8aafe5510 100644
--- a/Source/core/frame/LocalDOMWindow.h
+++ b/Source/core/frame/LocalDOMWindow.h
@@ -256,7 +256,7 @@ private:
WillBeHeapHashSet<RawPtrWillBeWeakMember<DOMWindowProperty>> m_properties;
- mutable RefPtrWillBeMember<Screen> m_screen;
+ mutable PersistentWillBeMember<Screen> m_screen;
mutable RefPtrWillBeMember<History> m_history;
mutable RefPtrWillBeMember<BarProp> m_locationbar;
mutable RefPtrWillBeMember<BarProp> m_menubar;
« no previous file with comments | « no previous file | Source/core/frame/Screen.h » ('j') | Source/core/frame/Screen.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698