Index: Source/core/html/canvas/CanvasGradient.h |
diff --git a/Source/core/html/canvas/CanvasGradient.h b/Source/core/html/canvas/CanvasGradient.h |
index d46a5c05936b681c180a696e0004ad7a0b300ff6..870fdf6648af7cc9647a21933c33b48775e86ed2 100644 |
--- a/Source/core/html/canvas/CanvasGradient.h |
+++ b/Source/core/html/canvas/CanvasGradient.h |
@@ -54,7 +54,7 @@ public: |
void addColorStop(float value, const String& color, ExceptionState&); |
- void trace(Visitor*) { } |
+ DEFINE_INLINE_TRACE() { } |
private: |
CanvasGradient(const FloatPoint& p0, const FloatPoint& p1); |