| Index: Source/core/html/canvas/WebGLRenderingContext.h
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContext.h b/Source/core/html/canvas/WebGLRenderingContext.h
|
| index 90eb4889ddc29ce55f6a06f39e57048d704b9bf1..afaabb5057fcfc64d4eace1a9657e30e7b9a4426 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContext.h
|
| +++ b/Source/core/html/canvas/WebGLRenderingContext.h
|
| @@ -33,7 +33,7 @@ namespace WebCore {
|
|
|
| class WebGLRenderingContext FINAL : public ScriptWrappable, public WebGLRenderingContextBase {
|
| public:
|
| - static PassOwnPtr<WebGLRenderingContext> create(HTMLCanvasElement*, WebGLContextAttributes*);
|
| + static PassOwnPtrWillBeRawPtr<WebGLRenderingContext> create(HTMLCanvasElement*, WebGLContextAttributes*);
|
| virtual ~WebGLRenderingContext();
|
|
|
| virtual unsigned version() const OVERRIDE { return 1; }
|
|
|