Chromium Code Reviews| Index: Source/core/frame/Console.cpp |
| diff --git a/Source/core/frame/Console.cpp b/Source/core/frame/Console.cpp |
| index 7f88f71b65dc05ab76a8e749dd5d037cbd1268bd..003662d41923ff3f30b199b489b6d695884f79ba 100644 |
| --- a/Source/core/frame/Console.cpp |
| +++ b/Source/core/frame/Console.cpp |
| @@ -83,4 +83,9 @@ PassRefPtrWillBeRawPtr<MemoryInfo> Console::memory() const |
| return MemoryInfo::create(m_frame); |
| } |
| +void Console::trace(Visitor* visitor) |
| +{ |
| + ConsoleBase::trace(visitor); |
| +} |
| + |
| } // namespace WebCore |