Index: Source/core/html/canvas/WebGLObject.h |
diff --git a/Source/core/html/canvas/WebGLObject.h b/Source/core/html/canvas/WebGLObject.h |
index 8c54e1ce50f29e8fdcb790bbc23a602f337c78e1..7dec7e56b845f35e3f43ed2af7b99e0ab1afef57 100644 |
--- a/Source/core/html/canvas/WebGLObject.h |
+++ b/Source/core/html/canvas/WebGLObject.h |
@@ -62,7 +62,7 @@ public: |
// True if this object belongs to the group or context. |
virtual bool validate(const WebGLContextGroup*, const WebGLRenderingContextBase*) const = 0; |
- virtual void trace(Visitor*) { } |
+ DEFINE_INLINE_VIRTUAL_TRACE() { } |
protected: |
explicit WebGLObject(WebGLRenderingContextBase*); |