| Index: Source/core/html/canvas/WebGLCompressedTextureETC1.h
|
| diff --git a/Source/core/html/canvas/WebGLCompressedTextureETC1.h b/Source/core/html/canvas/WebGLCompressedTextureETC1.h
|
| index 9640bafff55c0305afc1993aa49c2ab1ca615048..2f9e462727f24daa0671af731895483785744aba 100644
|
| --- a/Source/core/html/canvas/WebGLCompressedTextureETC1.h
|
| +++ b/Source/core/html/canvas/WebGLCompressedTextureETC1.h
|
| @@ -15,7 +15,7 @@ class WebGLTexture;
|
|
|
| class WebGLCompressedTextureETC1 FINAL : public WebGLExtension, public ScriptWrappable {
|
| public:
|
| - static PassRefPtr<WebGLCompressedTextureETC1> create(WebGLRenderingContextBase*);
|
| + static PassRefPtrWillBeRawPtr<WebGLCompressedTextureETC1> create(WebGLRenderingContextBase*);
|
| static bool supported(WebGLRenderingContextBase*);
|
| static const char* extensionName();
|
|
|
|
|