| 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 77ea84811d9b2fa4aaf4b1a554a097d05f1179d7..c8e8efc521cff2058c31c5a809f6896f07c7b678 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLProgram.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLProgram.h
|
| @@ -62,9 +62,6 @@ class WebGLProgram final : public WebGLSharedPlatform3DObject {
|
| bool attachShader(WebGLShader*);
|
| bool detachShader(WebGLShader*);
|
|
|
| - virtual void visitChildDOMWrappers(v8::Isolate*,
|
| - const v8::Persistent<v8::Object>&);
|
| -
|
| DECLARE_VIRTUAL_TRACE();
|
| DECLARE_VIRTUAL_TRACE_WRAPPERS();
|
|
|
|
|