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 |