Index: Source/core/frame/Console.cpp |
diff --git a/Source/core/frame/Console.cpp b/Source/core/frame/Console.cpp |
index 6aa026d92c22560cf8858440bf068b49fd310e6d..5104a4a4a138827dd44a1ce6a6eed9ae61d3ae14 100644 |
--- a/Source/core/frame/Console.cpp |
+++ b/Source/core/frame/Console.cpp |
@@ -55,6 +55,12 @@ Console::~Console() |
{ |
} |
+void Console::trace(Visitor* visitor) |
+{ |
+ ConsoleBase::trace(visitor); |
+ DOMWindowProperty::trace(visitor); |
+} |
+ |
ExecutionContext* Console::context() |
{ |
if (!m_frame) |