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

Unified Diff: Source/modules/performance/WorkerPerformance.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/PerformanceUserTiming.cpp ('k') | Source/modules/performance/WorkerPerformance.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/performance/WorkerPerformance.h
diff --git a/Source/modules/performance/WorkerPerformance.h b/Source/modules/performance/WorkerPerformance.h
index 65aa05e78d0b3bfac809a1789e8a4044f913e28c..f9673c052a087dbc7c8ba0febc8aa0af7647e151 100644
--- a/Source/modules/performance/WorkerPerformance.h
+++ b/Source/modules/performance/WorkerPerformance.h
@@ -50,12 +50,14 @@ public:
}
double now(ExecutionContext*) const;
- PassRefPtrWillBeRawPtr<MemoryInfo> memory() const;
+ MemoryInfo* memory();
- DEFINE_INLINE_TRACE() { }
+ DECLARE_TRACE();
private:
WorkerPerformance();
+
+ Member<MemoryInfo> m_memoryInfo;
};
} // namespace blink
« no previous file with comments | « Source/core/timing/PerformanceUserTiming.cpp ('k') | Source/modules/performance/WorkerPerformance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698