| Index: Source/core/html/canvas/WebGLSharedObject.h
|
| diff --git a/Source/core/html/canvas/WebGLSharedObject.h b/Source/core/html/canvas/WebGLSharedObject.h
|
| index 9ddd5efe6a30ea5900c1bcbbc33a1d9bbad0ede6..2a45d82ecccceea990f35d186bcfe7804048f2b0 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
|
| {
|
|
|