| Index: Source/core/html/canvas/WebGLContextObject.h
|
| diff --git a/Source/core/html/canvas/WebGLContextObject.h b/Source/core/html/canvas/WebGLContextObject.h
|
| index b8940087cf268eefb7454827235e75292ccb1026..ac302f05923fd387e57197c313b935d4ac0c7aa6 100644
|
| --- a/Source/core/html/canvas/WebGLContextObject.h
|
| +++ b/Source/core/html/canvas/WebGLContextObject.h
|
| @@ -42,7 +42,7 @@ public:
|
|
|
| WebGLRenderingContext* context() const { return m_context; }
|
|
|
| - virtual bool validate(const WebGLContextGroup*, const WebGLRenderingContext* context) const
|
| + bool validate(const WebGLContextGroup*, const WebGLRenderingContext* context) const
|
| {
|
| return context == m_context;
|
| }
|
|
|