| Index: Source/modules/webgl/WebGLCompressedTexturePVRTC.h
|
| diff --git a/Source/modules/webgl/WebGLCompressedTexturePVRTC.h b/Source/modules/webgl/WebGLCompressedTexturePVRTC.h
|
| index aa71e3bb36acbc5314eebde4394d963783133b23..c667d106cbc10efd0f6405c69266d0fb43df7001 100644
|
| --- a/Source/modules/webgl/WebGLCompressedTexturePVRTC.h
|
| +++ b/Source/modules/webgl/WebGLCompressedTexturePVRTC.h
|
| @@ -38,8 +38,8 @@ public:
|
| static bool supported(WebGLRenderingContextBase*);
|
| static const char* extensionName();
|
|
|
| - virtual ~WebGLCompressedTexturePVRTC();
|
| - virtual WebGLExtensionName name() const override;
|
| + ~WebGLCompressedTexturePVRTC() override;
|
| + WebGLExtensionName name() const override;
|
|
|
| private:
|
| explicit WebGLCompressedTexturePVRTC(WebGLRenderingContextBase*);
|
|
|