Chromium Code Reviews| Index: Source/core/frame/Console.cpp |
| diff --git a/Source/core/frame/Console.cpp b/Source/core/frame/Console.cpp |
| index 73370c13f9097c570c065e590578b412793acb59..ea00c19519a3ee8d3cb91d3677322f65ab09cae0 100644 |
| --- a/Source/core/frame/Console.cpp |
| +++ b/Source/core/frame/Console.cpp |
| @@ -59,6 +59,9 @@ DEFINE_TRACE(Console) |
| { |
| ConsoleBase::trace(visitor); |
| DOMWindowProperty::trace(visitor); |
| +#if ENABLE(OILPAN) |
| + HeapSupplementable<Console>::trace(visitor); |
| +#endif |
| } |
| ExecutionContext* Console::context() |