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