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

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

Issue 196023016: Oilpan: move Screen and its supplement to the oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 | « no previous file | Source/core/frame/Screen.h » ('j') | Source/core/frame/Screen.cpp » ('J')
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 e96d092af3f26b06a684bef843a3b3b854203536..067d9dd57e1acd34ba5437268470c4682ff98488 100644
--- a/Source/core/frame/DOMWindow.h
+++ b/Source/core/frame/DOMWindow.h
@@ -31,6 +31,7 @@
#include "bindings/v8/ScriptWrappable.h"
#include "core/events/EventTarget.h"
#include "core/frame/FrameDestructionObserver.h"
+#include "heap/Handle.h"
#include "platform/LifecycleContext.h"
#include "platform/Supplementable.h"
@@ -336,7 +337,7 @@ enum PageshowEventPersistence {
HashSet<DOMWindowProperty*> m_properties;
- mutable RefPtr<Screen> m_screen;
+ mutable RefPtrWillBePersistent<Screen> m_screen;
mutable RefPtr<History> m_history;
mutable RefPtr<BarProp> m_locationbar;
mutable RefPtr<BarProp> m_menubar;
« no previous file with comments | « no previous file | Source/core/frame/Screen.h » ('j') | Source/core/frame/Screen.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698