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

Unified Diff: Source/core/timing/DOMWindowPerformance.h

Issue 693483004: Enable Oilpan for core/timing/. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: de-weakify Performance::m_memoryInfo 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 | « Source/core/timing/ConsoleMemory.h ('k') | Source/core/timing/DOMWindowPerformance.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/DOMWindowPerformance.h
diff --git a/Source/core/timing/DOMWindowPerformance.h b/Source/core/timing/DOMWindowPerformance.h
index 50f5d5b2cb5d1389546a212f9a3badd7daf75f6f..ada67c5e423bc7c88db22f477293855187f01949 100644
--- a/Source/core/timing/DOMWindowPerformance.h
+++ b/Source/core/timing/DOMWindowPerformance.h
@@ -32,8 +32,9 @@ private:
Performance* performance();
- LocalDOMWindow& m_window;
- RefPtrWillBeMember<Performance> m_performance;
+ // TODO(sof): try to move this direct reference and instead rely on frame().
+ RawPtrWillBeMember<LocalDOMWindow> m_window;
+ PersistentWillBeMember<Performance> m_performance;
};
} // namespace blink
« no previous file with comments | « Source/core/timing/ConsoleMemory.h ('k') | Source/core/timing/DOMWindowPerformance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698