| Index: Source/core/html/canvas/WebGLUniformLocation.h
|
| diff --git a/Source/core/html/canvas/WebGLUniformLocation.h b/Source/core/html/canvas/WebGLUniformLocation.h
|
| index 58384b4c41fc367b5a34d067c80c06620738ba39..a95c46ea764b307953423ec84af8f8e8753ca49b 100644
|
| --- a/Source/core/html/canvas/WebGLUniformLocation.h
|
| +++ b/Source/core/html/canvas/WebGLUniformLocation.h
|
| @@ -43,7 +43,7 @@ public:
|
|
|
| GLint location() const;
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| protected:
|
| WebGLUniformLocation(WebGLProgram*, GLint location);
|
|
|