Index: Source/core/html/canvas/WebGLActiveInfo.h |
diff --git a/Source/core/html/canvas/WebGLActiveInfo.h b/Source/core/html/canvas/WebGLActiveInfo.h |
index 47114dbd472165ca06db7e669a3a62e2b6bcea16..24c2246b6932089d1402edeb3b380c812dad3fac 100644 |
--- a/Source/core/html/canvas/WebGLActiveInfo.h |
+++ b/Source/core/html/canvas/WebGLActiveInfo.h |
@@ -45,7 +45,7 @@ public: |
GLenum type() const { return m_type; } |
GLint size() const { return m_size; } |
- void trace(Visitor*) { } |
+ DEFINE_INLINE_TRACE() { } |
private: |
WebGLActiveInfo(const String& name, GLenum type, GLint size) |