Index: Source/core/html/canvas/WebGLCompressedTextureETC1.cpp |
diff --git a/Source/core/html/canvas/WebGLCompressedTextureETC1.cpp b/Source/core/html/canvas/WebGLCompressedTextureETC1.cpp |
index 04a5b739c052147fd30572a5b0ed749b979800e8..cb0f8a7a794de6b3297e7301bc8f0da1fa10d7b6 100644 |
--- a/Source/core/html/canvas/WebGLCompressedTextureETC1.cpp |
+++ b/Source/core/html/canvas/WebGLCompressedTextureETC1.cpp |
@@ -26,9 +26,9 @@ WebGLExtensionName WebGLCompressedTextureETC1::name() const |
return WebGLCompressedTextureETC1Name; |
} |
-PassRefPtr<WebGLCompressedTextureETC1> WebGLCompressedTextureETC1::create(WebGLRenderingContextBase* context) |
+PassRefPtrWillBeRawPtr<WebGLCompressedTextureETC1> WebGLCompressedTextureETC1::create(WebGLRenderingContextBase* context) |
{ |
- return adoptRef(new WebGLCompressedTextureETC1(context)); |
+ return adoptRefWillBeNoop(new WebGLCompressedTextureETC1(context)); |
} |
bool WebGLCompressedTextureETC1::supported(WebGLRenderingContextBase* context) |