| Index: third_party/WebKit/Source/modules/webgl/WebGLProgram.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLProgram.h b/third_party/WebKit/Source/modules/webgl/WebGLProgram.h
|
| index 7ff35da6ae91c60c9f96b7df638aa87caf927f73..826664e21cfd1735020ba8d6f3a887a66c64ffa1 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLProgram.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLProgram.h
|
| @@ -65,6 +65,7 @@ class WebGLProgram final : public WebGLSharedPlatform3DObject {
|
| const v8::Persistent<v8::Object>&);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
| + DECLARE_VIRTUAL_TRACE_WRAPPERS();
|
|
|
| protected:
|
| explicit WebGLProgram(WebGLRenderingContextBase*);
|
|
|