| Index: Source/core/html/canvas/OESStandardDerivatives.h
 | 
| diff --git a/Source/core/html/canvas/OESStandardDerivatives.h b/Source/core/html/canvas/OESStandardDerivatives.h
 | 
| index 1468f87b4b2bdaa3b469ca1437ea5598a3602a1b..68169ea7e21bbed492ca9220441f53f20ab8a24f 100644
 | 
| --- a/Source/core/html/canvas/OESStandardDerivatives.h
 | 
| +++ b/Source/core/html/canvas/OESStandardDerivatives.h
 | 
| @@ -34,7 +34,7 @@ namespace blink {
 | 
|  
 | 
|  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 blink
 | 
| 
 |