Index: Source/core/html/canvas/EXTBlendMinMax.h |
diff --git a/Source/core/html/canvas/EXTBlendMinMax.h b/Source/core/html/canvas/EXTBlendMinMax.h |
index 57d9e11f4a8ab39ada760c21d2ed17f3a2f73322..53788080763c317f00e3f3d24bfdabaa57851a3c 100644 |
--- a/Source/core/html/canvas/EXTBlendMinMax.h |
+++ b/Source/core/html/canvas/EXTBlendMinMax.h |
@@ -13,7 +13,7 @@ namespace blink { |
class EXTBlendMinMax FINAL : public WebGLExtension, public ScriptWrappable { |
public: |
- static PassRefPtr<EXTBlendMinMax> create(WebGLRenderingContextBase*); |
+ static PassRefPtrWillBeRawPtr<EXTBlendMinMax> create(WebGLRenderingContextBase*); |
static bool supported(WebGLRenderingContextBase*); |
static const char* extensionName(); |
@@ -21,7 +21,7 @@ public: |
virtual WebGLExtensionName name() const OVERRIDE; |
private: |
- EXTBlendMinMax(WebGLRenderingContextBase*); |
+ explicit EXTBlendMinMax(WebGLRenderingContextBase*); |
}; |
} // namespace blink |