Index: Source/modules/webgl/OESElementIndexUint.h |
diff --git a/Source/modules/webgl/OESElementIndexUint.h b/Source/modules/webgl/OESElementIndexUint.h |
index 74dab04a45687bd23608ef6327e7a3facf3cd90c..98634fa74f38f2372169bbbec23413fdd25589c0 100644 |
--- a/Source/modules/webgl/OESElementIndexUint.h |
+++ b/Source/modules/webgl/OESElementIndexUint.h |
@@ -27,14 +27,13 @@ |
#define OESElementIndexUint_h |
#include "modules/webgl/WebGLExtension.h" |
-#include "wtf/PassRefPtr.h" |
namespace blink { |
class OESElementIndexUint final : public WebGLExtension { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
- static PassRefPtrWillBeRawPtr<OESElementIndexUint> create(WebGLRenderingContextBase*); |
+ static OESElementIndexUint* create(WebGLRenderingContextBase*); |
static bool supported(WebGLRenderingContextBase*); |
static const char* extensionName(); |