Index: Source/core/html/canvas/WebGLContextGroup.h |
diff --git a/Source/core/html/canvas/WebGLContextGroup.h b/Source/core/html/canvas/WebGLContextGroup.h |
index 3bd00563a7cad00e3b587419b3192df3c9ec6114..b1fece9111bb72c124a46172cb46356926fbf8c4 100644 |
--- a/Source/core/html/canvas/WebGLContextGroup.h |
+++ b/Source/core/html/canvas/WebGLContextGroup.h |
@@ -40,10 +40,10 @@ class WebGLRenderingContext; |
typedef int ExceptionCode; |
-class WebGLContextGroup : public RefCounted<WebGLContextGroup> { |
+class WebGLContextGroup FINAL : public RefCounted<WebGLContextGroup> { |
public: |
static PassRefPtr<WebGLContextGroup> create(); |
- virtual ~WebGLContextGroup(); |
+ ~WebGLContextGroup(); |
void addContext(WebGLRenderingContext*); |
void removeContext(WebGLRenderingContext*); |