| Index: third_party/WebKit/Source/modules/webgl/OESVertexArrayObject.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/OESVertexArrayObject.h b/third_party/WebKit/Source/modules/webgl/OESVertexArrayObject.h
|
| index c0f810851f7a27864bf952bef142370058b232f8..e87872895a099a87ef261b9c6ef1da3ea4b24485 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/OESVertexArrayObject.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/OESVertexArrayObject.h
|
| @@ -41,7 +41,6 @@ class OESVertexArrayObject final : public WebGLExtension {
|
| static bool supported(WebGLRenderingContextBase*);
|
| static const char* extensionName();
|
|
|
| - ~OESVertexArrayObject() override;
|
| WebGLExtensionName name() const override;
|
|
|
| WebGLVertexArrayObjectOES* createVertexArrayOES();
|
|
|