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

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

Issue 197283036: Oilpan: have WebPerformance use transition types. (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/web/WebPerformance.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 37cea69a777661e962f35845685853f6a4deb6ed..5d20bf7dae2bea46076950338c895144b6ec5af7 100644
--- a/Source/core/frame/DOMWindow.h
+++ b/Source/core/frame/DOMWindow.h
@@ -363,7 +363,7 @@ enum PageshowEventPersistence {
mutable RefPtrWillBePersistent<Storage> m_localStorage;
mutable RefPtr<ApplicationCache> m_applicationCache;
- mutable RefPtr<Performance> m_performance;
+ mutable RefPtrWillBePersistent<Performance> m_performance;
mutable RefPtr<DOMWindowCSS> m_css;
« no previous file with comments | « no previous file | Source/web/WebPerformance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698