| Index: Source/core/html/canvas/WebGLSharedObject.h
|
| diff --git a/Source/core/html/canvas/WebGLSharedObject.h b/Source/core/html/canvas/WebGLSharedObject.h
|
| index 990c8ae1565949339baaf7b4b428c0e1a5c93a32..8c61c06ec1e56df558eb315addd6997623f93292 100644
|
| --- a/Source/core/html/canvas/WebGLSharedObject.h
|
| +++ b/Source/core/html/canvas/WebGLSharedObject.h
|
| @@ -55,7 +55,7 @@ public:
|
| void detachContextGroup();
|
|
|
| protected:
|
| - WebGLSharedObject(WebGLRenderingContextBase*);
|
| + explicit WebGLSharedObject(WebGLRenderingContextBase*);
|
|
|
| virtual bool hasGroupOrContext() const OVERRIDE FINAL
|
| {
|
|
|