| Index: third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h b/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
|
| index 2ec0c971a3a94c0b9ace170912cbbe91a08ac44f..bce6cb9271722110ad72d1de32da8a1f8f49eb57 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
|
| @@ -109,6 +109,7 @@ class WebGLFramebuffer final : public WebGLContextObject {
|
| const v8::Persistent<v8::Object>&);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
| + DECLARE_VIRTUAL_TRACE_WRAPPERS();
|
|
|
| protected:
|
| explicit WebGLFramebuffer(WebGLRenderingContextBase*);
|
|
|