Index: Source/core/html/canvas/CanvasPattern.h |
diff --git a/Source/core/html/canvas/CanvasPattern.h b/Source/core/html/canvas/CanvasPattern.h |
index 7964f62594894416589f71d1efb4d906f23d97a6..d4949d2b27d79b2df1b34cd152d5b395bb0f9657 100644 |
--- a/Source/core/html/canvas/CanvasPattern.h |
+++ b/Source/core/html/canvas/CanvasPattern.h |
@@ -53,7 +53,7 @@ public: |
bool originClean() const { return m_originClean; } |
- void trace(Visitor*) { } |
+ DEFINE_INLINE_TRACE() { } |
void setTransform(SVGMatrixTearOff*); |