Chromium Code Reviews| Index: Source/core/frame/Console.cpp |
| diff --git a/Source/core/frame/Console.cpp b/Source/core/frame/Console.cpp |
| index 8338063b3fafc9f456d5a232b7d4290b20691ef3..d2997442d0a9708fa81671f694a1e8b0f8287673 100644 |
| --- a/Source/core/frame/Console.cpp |
| +++ b/Source/core/frame/Console.cpp |
| @@ -56,7 +56,7 @@ Console::~Console() |
| { |
| } |
| -void Console::trace(Visitor* visitor) |
| +DEFINE_TRACE(Console) |
| { |
| ConsoleBase::trace(visitor); |
| DOMWindowProperty::trace(visitor); |