Index: Source/core/html/canvas/Path2D.h |
diff --git a/Source/core/html/canvas/Path2D.h b/Source/core/html/canvas/Path2D.h |
index 49b2bec163f2b70bb72c08a953f9d12412063c80..96b1f5a986c8758a5b076ff4efb9121f2c309b89 100644 |
--- a/Source/core/html/canvas/Path2D.h |
+++ b/Source/core/html/canvas/Path2D.h |
@@ -62,7 +62,7 @@ public: |
} |
virtual ~Path2D() { } |
- void trace(Visitor*) { } |
+ virtual void trace(Visitor*) { } |
private: |
Path2D() : CanvasPathMethods() |