Index: Source/core/html/canvas/WebGLCompressedTextureS3TC.h |
diff --git a/Source/core/html/canvas/WebGLCompressedTextureS3TC.h b/Source/core/html/canvas/WebGLCompressedTextureS3TC.h |
index 35e2a57d9a7cd374b8bc485816de13e8488e2d52..e6568611defb4e430ecc0f84fbe92c3fa4532226 100644 |
--- a/Source/core/html/canvas/WebGLCompressedTextureS3TC.h |
+++ b/Source/core/html/canvas/WebGLCompressedTextureS3TC.h |
@@ -36,7 +36,7 @@ class WebGLTexture; |
class WebGLCompressedTextureS3TC FINAL : public WebGLExtension, public ScriptWrappable { |
public: |
- static PassRefPtr<WebGLCompressedTextureS3TC> create(WebGLRenderingContextBase*); |
+ static PassRefPtrWillBeRawPtr<WebGLCompressedTextureS3TC> create(WebGLRenderingContextBase*); |
static bool supported(WebGLRenderingContextBase*); |
static const char* extensionName(); |
@@ -44,7 +44,7 @@ public: |
virtual WebGLExtensionName name() const OVERRIDE; |
private: |
- WebGLCompressedTextureS3TC(WebGLRenderingContextBase*); |
+ explicit WebGLCompressedTextureS3TC(WebGLRenderingContextBase*); |
}; |
} // namespace blink |