Index: Source/core/frame/PinchViewport.cpp |
diff --git a/Source/core/frame/PinchViewport.cpp b/Source/core/frame/PinchViewport.cpp |
index 14bb6f1aa1f09c64defef4b6d9510d1665f7cd9a..57da03677006090e1639d12cac367c0c09ce580d 100644 |
--- a/Source/core/frame/PinchViewport.cpp |
+++ b/Source/core/frame/PinchViewport.cpp |
@@ -80,11 +80,6 @@ PinchViewport::~PinchViewport() |
{ |
} |
-DEFINE_TRACE(PinchViewport) |
-{ |
- visitor->trace(m_frameHost); |
-} |
- |
void PinchViewport::setSize(const IntSize& size) |
{ |
// When the main frame is remote, we won't have an associated frame. |