Index: Source/core/html/canvas/OESStandardDerivatives.h |
diff --git a/Source/core/html/canvas/OESStandardDerivatives.h b/Source/core/html/canvas/OESStandardDerivatives.h |
index 30386c38133aff3d2f3ff9af273a065901735cd1..1c8c187a991344b063cecb04194ddeff40f67352 100644 |
--- a/Source/core/html/canvas/OESStandardDerivatives.h |
+++ b/Source/core/html/canvas/OESStandardDerivatives.h |
@@ -34,7 +34,7 @@ namespace WebCore { |
class OESStandardDerivatives FINAL : public WebGLExtension, public ScriptWrappable { |
public: |
- static PassRefPtr<OESStandardDerivatives> create(WebGLRenderingContextBase*); |
+ static PassRefPtrWillBeRawPtr<OESStandardDerivatives> create(WebGLRenderingContextBase*); |
static bool supported(WebGLRenderingContextBase*); |
static const char* extensionName(); |
@@ -42,7 +42,7 @@ public: |
virtual WebGLExtensionName name() const OVERRIDE; |
private: |
- OESStandardDerivatives(WebGLRenderingContextBase*); |
+ explicit OESStandardDerivatives(WebGLRenderingContextBase*); |
}; |
} // namespace WebCore |