| Index: Source/core/timing/MemoryInfo.h
|
| diff --git a/Source/core/timing/MemoryInfo.h b/Source/core/timing/MemoryInfo.h
|
| index 172d34c9cb67bfb74f6b414e9d17b8855c939593..b5f793d9036687dde86c61135bae07978af93088 100644
|
| --- a/Source/core/timing/MemoryInfo.h
|
| +++ b/Source/core/timing/MemoryInfo.h
|
| @@ -51,7 +51,7 @@ public:
|
| size_t usedJSHeapSize() const { return m_info.usedJSHeapSize; }
|
| size_t jsHeapSizeLimit() const { return m_info.jsHeapSizeLimit; }
|
|
|
| - void trace(Visitor*) { }
|
| + DEFINE_INLINE_TRACE() { }
|
|
|
| private:
|
| MemoryInfo();
|
|
|