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