Index: Source/core/html/canvas/WebGLCompressedTexturePVRTC.cpp |
diff --git a/Source/core/html/canvas/WebGLCompressedTexturePVRTC.cpp b/Source/core/html/canvas/WebGLCompressedTexturePVRTC.cpp |
index d1586ff22d6b3269c58f177ec9bc1593e3110912..a20f8cf6caf2039b2311c533592ab053f4ce2387 100644 |
--- a/Source/core/html/canvas/WebGLCompressedTexturePVRTC.cpp |
+++ b/Source/core/html/canvas/WebGLCompressedTexturePVRTC.cpp |
@@ -50,9 +50,9 @@ WebGLExtensionName WebGLCompressedTexturePVRTC::name() const |
return WebGLCompressedTexturePVRTCName; |
} |
-PassRefPtr<WebGLCompressedTexturePVRTC> WebGLCompressedTexturePVRTC::create(WebGLRenderingContextBase* context) |
+PassRefPtrWillBeRawPtr<WebGLCompressedTexturePVRTC> WebGLCompressedTexturePVRTC::create(WebGLRenderingContextBase* context) |
{ |
- return adoptRef(new WebGLCompressedTexturePVRTC(context)); |
+ return adoptRefWillBeNoop(new WebGLCompressedTexturePVRTC(context)); |
} |
bool WebGLCompressedTexturePVRTC::supported(WebGLRenderingContextBase* context) |