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