| Index: Source/core/html/canvas/WebGLDepthTexture.h | 
| diff --git a/Source/core/html/canvas/WebGLDepthTexture.h b/Source/core/html/canvas/WebGLDepthTexture.h | 
| index 502bf1ef5b63dfd49c0566355aa1be7f5d58349b..3ec8801710802ed1a2fac5e7c76643e8867501e4 100644 | 
| --- a/Source/core/html/canvas/WebGLDepthTexture.h | 
| +++ b/Source/core/html/canvas/WebGLDepthTexture.h | 
| @@ -34,7 +34,7 @@ namespace WebCore { | 
|  | 
| class WebGLDepthTexture FINAL : public WebGLExtension, public ScriptWrappable { | 
| public: | 
| -    static PassRefPtr<WebGLDepthTexture> create(WebGLRenderingContextBase*); | 
| +    static PassRefPtrWillBeRawPtr<WebGLDepthTexture> create(WebGLRenderingContextBase*); | 
| static bool supported(WebGLRenderingContextBase*); | 
| static const char* extensionName(); | 
|  | 
|  |