| Index: Source/core/html/canvas/OESElementIndexUint.h
|
| diff --git a/Source/core/html/canvas/OESElementIndexUint.h b/Source/core/html/canvas/OESElementIndexUint.h
|
| index 5df485ed928a9615991f33db8b6a8b6b867c5ab8..a7fed9d67037e7dd9740612b499ca96b84baba2f 100644
|
| --- a/Source/core/html/canvas/OESElementIndexUint.h
|
| +++ b/Source/core/html/canvas/OESElementIndexUint.h
|
| @@ -34,7 +34,7 @@ namespace WebCore {
|
|
|
| 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 WebCore
|
|
|