| Index: Source/core/timing/ConsoleMemory.h
|
| diff --git a/Source/core/timing/ConsoleMemory.h b/Source/core/timing/ConsoleMemory.h
|
| index 0276bc70eaa780dcc2d38f70512b078ca41f4732..ad7c0dbadad1df730d5515a06be00645b67d34ef 100644
|
| --- a/Source/core/timing/ConsoleMemory.h
|
| +++ b/Source/core/timing/ConsoleMemory.h
|
| @@ -19,13 +19,11 @@ public:
|
| static MemoryInfo* memory(Console&);
|
| static void setMemory(Console&, MemoryInfo*) { }
|
|
|
| - DECLARE_VIRTUAL_TRACE();
|
| + DEFINE_INLINE_VIRTUAL_TRACE() { HeapSupplement<Console>::trace(visitor); }
|
|
|
| private:
|
| static const char* supplementName() { return "ConsoleMemory"; }
|
| MemoryInfo* memory();
|
| -
|
| - Member<MemoryInfo> m_memory;
|
| };
|
|
|
| } // namespace blink
|
|
|