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..31a520caeed755803f541c19fa3e4b64057b6714 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(); |