Chromium Code Reviews| Index: sky/engine/core/html/canvas/Path2D.h |
| diff --git a/sky/engine/core/html/canvas/Path2D.h b/sky/engine/core/html/canvas/Path2D.h |
| index 3794f254bac7a4cddb59f26287729bfaf5a447a7..6f96bb9783977eb9dcb0c563445d84686b693ee8 100644 |
| --- a/sky/engine/core/html/canvas/Path2D.h |
| +++ b/sky/engine/core/html/canvas/Path2D.h |
| @@ -55,7 +55,6 @@ public: |
| } |
| virtual ~Path2D() { } |
| - void trace(Visitor*) { } |
| private: |
| Path2D() : CanvasPathMethods() |