| Index: Source/core/html/canvas/OESTextureFloat.h
|
| diff --git a/Source/core/html/canvas/OESTextureFloat.h b/Source/core/html/canvas/OESTextureFloat.h
|
| index d881e04d45c71f2541fac7c05ff50157af7645ae..15322a9deaf63fc9ff76e51e2affa58e150243c1 100644
|
| --- a/Source/core/html/canvas/OESTextureFloat.h
|
| +++ b/Source/core/html/canvas/OESTextureFloat.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 OESTextureFloat : public WebGLExtension, public ScriptWrappable {
|
| public:
|
| - static PassOwnPtr<OESTextureFloat> create(WebGLRenderingContext*);
|
| + static PassRefPtr<OESTextureFloat> create(WebGLRenderingContext*);
|
| static bool supported(WebGLRenderingContext*);
|
| static const char* getExtensionName();
|
|
|
|
|