Index: Source/core/html/canvas/WebGLShaderPrecisionFormat.h |
diff --git a/Source/core/html/canvas/WebGLShaderPrecisionFormat.h b/Source/core/html/canvas/WebGLShaderPrecisionFormat.h |
index 87436a44106696c7afb23fffa8c43d515ca62d1c..1b2c998681e0bdf74bbe69edea60ae0e1cb3ffce 100644 |
--- a/Source/core/html/canvas/WebGLShaderPrecisionFormat.h |
+++ b/Source/core/html/canvas/WebGLShaderPrecisionFormat.h |
@@ -44,7 +44,7 @@ public: |
GLint rangeMax() const; |
GLint precision() const; |
- void trace(Visitor*) { } |
+ DEFINE_INLINE_TRACE() { } |
private: |
WebGLShaderPrecisionFormat(GLint rangeMin, GLint rangeMax, GLint precision); |