| Index: Source/core/html/canvas/WebGLContextGroup.h
|
| diff --git a/Source/core/html/canvas/WebGLContextGroup.h b/Source/core/html/canvas/WebGLContextGroup.h
|
| index 32c77f6e88bfb74cb7f0539451cb0c93ae299c49..4aa31266127c1ab10c10deabd7dbf3b867476c12 100644
|
| --- a/Source/core/html/canvas/WebGLContextGroup.h
|
| +++ b/Source/core/html/canvas/WebGLContextGroup.h
|
| @@ -42,7 +42,7 @@ class WebGLRenderingContextBase;
|
|
|
| typedef int ExceptionCode;
|
|
|
| -class WebGLContextGroup FINAL : public RefCounted<WebGLContextGroup> {
|
| +class WebGLContextGroup final : public RefCounted<WebGLContextGroup> {
|
| public:
|
| static PassRefPtr<WebGLContextGroup> create();
|
| ~WebGLContextGroup();
|
|
|