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