Index: Source/core/html/canvas/WebGLCompressedTextureS3TC.h |
diff --git a/Source/core/html/canvas/WebGLCompressedTextureS3TC.h b/Source/core/html/canvas/WebGLCompressedTextureS3TC.h |
index 615f4f587fb7a8c701460c71d73c7ba55bf85b69..b43b565b55139292b3b3e736b9421175ba8b417c 100644 |
--- a/Source/core/html/canvas/WebGLCompressedTextureS3TC.h |
+++ b/Source/core/html/canvas/WebGLCompressedTextureS3TC.h |
@@ -34,14 +34,14 @@ namespace WebCore { |
class WebGLTexture; |
-class WebGLCompressedTextureS3TC : public WebGLExtension, public ScriptWrappable { |
+class WebGLCompressedTextureS3TC FINAL : public WebGLExtension, public ScriptWrappable { |
public: |
static PassRefPtr<WebGLCompressedTextureS3TC> create(WebGLRenderingContext*); |
static bool supported(WebGLRenderingContext*); |
static const char* extensionName(); |
virtual ~WebGLCompressedTextureS3TC(); |
- virtual ExtensionName name() const; |
+ virtual ExtensionName name() const OVERRIDE; |
private: |
WebGLCompressedTextureS3TC(WebGLRenderingContext*); |