| Index: Source/core/frame/FrameConsole.cpp
|
| diff --git a/Source/core/frame/FrameConsole.cpp b/Source/core/frame/FrameConsole.cpp
|
| index 243dd4907091491d0e7fe5a4fd8a6cf105be2793..a73f93b53b360c4b473225c164758c352ac025cb 100644
|
| --- a/Source/core/frame/FrameConsole.cpp
|
| +++ b/Source/core/frame/FrameConsole.cpp
|
| @@ -204,7 +204,7 @@ void FrameConsole::didFailLoading(unsigned long requestIdentifier, const Resourc
|
| storage->reportMessage(m_frame->document(), consoleMessage.release());
|
| }
|
|
|
| -void FrameConsole::trace(Visitor* visitor)
|
| +DEFINE_TRACE(FrameConsole)
|
| {
|
| visitor->trace(m_frame);
|
| }
|
|
|