Chromium Code Reviews| Index: Source/core/frame/PinchViewport.cpp |
| diff --git a/Source/core/frame/PinchViewport.cpp b/Source/core/frame/PinchViewport.cpp |
| index aed4a71fcadb2b620e579393953fc28214e42310..ee6731ebd4afb1fb1114187a12bb14e519acaad1 100644 |
| --- a/Source/core/frame/PinchViewport.cpp |
| +++ b/Source/core/frame/PinchViewport.cpp |
| @@ -77,7 +77,7 @@ PinchViewport::~PinchViewport() |
| { |
| } |
| -void PinchViewport::trace(Visitor* visitor) |
| +DEFINE_TRACE(PinchViewport) |
| { |
| visitor->trace(m_frameHost); |
| } |