| Index: Source/core/html/canvas/OESElementIndexUint.h
|
| diff --git a/Source/core/html/canvas/OESElementIndexUint.h b/Source/core/html/canvas/OESElementIndexUint.h
|
| index d7b21d475b648ec33d33e08f1d456e042e4a2569..c57f6b563c22af1c2190b40a7f361c19905601ff 100644
|
| --- a/Source/core/html/canvas/OESElementIndexUint.h
|
| +++ b/Source/core/html/canvas/OESElementIndexUint.h
|
| @@ -28,13 +28,13 @@
|
|
|
| #include "bindings/v8/ScriptWrappable.h"
|
| #include "core/html/canvas/WebGLExtension.h"
|
| -#include "wtf/PassOwnPtr.h"
|
| +#include "wtf/PassRefPtr.h"
|
|
|
| namespace WebCore {
|
|
|
| class OESElementIndexUint : public WebGLExtension, public ScriptWrappable {
|
| public:
|
| - static PassOwnPtr<OESElementIndexUint> create(WebGLRenderingContext*);
|
| + static PassRefPtr<OESElementIndexUint> create(WebGLRenderingContext*);
|
| static bool supported(WebGLRenderingContext*);
|
| static const char* getExtensionName();
|
|
|
|
|