Index: Source/core/html/canvas/EXTBlendMinMax.cpp |
diff --git a/Source/core/html/canvas/EXTBlendMinMax.cpp b/Source/core/html/canvas/EXTBlendMinMax.cpp |
index 8ded7388912e5813440cdd17a0747b97c75557b0..d6a942746d9b135899c5619d0cb3cfef09cc6c85 100644 |
--- a/Source/core/html/canvas/EXTBlendMinMax.cpp |
+++ b/Source/core/html/canvas/EXTBlendMinMax.cpp |
@@ -24,9 +24,9 @@ WebGLExtensionName EXTBlendMinMax::name() const |
return EXTBlendMinMaxName; |
} |
-PassRefPtr<EXTBlendMinMax> EXTBlendMinMax::create(WebGLRenderingContextBase* context) |
+PassRefPtrWillBeRawPtr<EXTBlendMinMax> EXTBlendMinMax::create(WebGLRenderingContextBase* context) |
{ |
- return adoptRef(new EXTBlendMinMax(context)); |
+ return adoptRefWillBeNoop(new EXTBlendMinMax(context)); |
} |
bool EXTBlendMinMax::supported(WebGLRenderingContextBase* context) |