Chromium Code Reviews| Index: Source/core/frame/FrameView.cpp |
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp |
| index a8ca5bc1a13cca30af7cc0e7be9e102c19d1a193..89c80bb1a08e7bf52f346009d6338d4edf7507fa 100644 |
| --- a/Source/core/frame/FrameView.cpp |
| +++ b/Source/core/frame/FrameView.cpp |
| @@ -210,7 +210,7 @@ void FrameView::dispose() |
| #endif |
| } |
| -void FrameView::trace(Visitor* visitor) |
| +DEFINE_TRACE(FrameView) |
| { |
| #if ENABLE(OILPAN) |
| visitor->trace(m_frame); |