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