| Index: Source/core/frame/PinchViewport.h
|
| diff --git a/Source/core/frame/PinchViewport.h b/Source/core/frame/PinchViewport.h
|
| index 451054de9f884fd13799b27ef002b614c8e55f38..4df91255444c56cfa83315952a5d45698818be65 100644
|
| --- a/Source/core/frame/PinchViewport.h
|
| +++ b/Source/core/frame/PinchViewport.h
|
| @@ -68,7 +68,7 @@ public:
|
| return adoptPtrWillBeNoop(new PinchViewport(host));
|
| }
|
| virtual ~PinchViewport();
|
| - virtual void trace(Visitor*);
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| void attachToLayerTree(GraphicsLayer*, GraphicsLayerFactory*);
|
| GraphicsLayer* rootGraphicsLayer()
|
|
|