| Index: Source/modules/webgl/WebGLObject.h
|
| diff --git a/Source/modules/webgl/WebGLObject.h b/Source/modules/webgl/WebGLObject.h
|
| index 2c1dcd47339620d5761eba44861ab9e6c5b87920..b94a612ac520223a92efd7ca629d9687bc87fec6 100644
|
| --- a/Source/modules/webgl/WebGLObject.h
|
| +++ b/Source/modules/webgl/WebGLObject.h
|
| @@ -46,7 +46,7 @@
|
| return object ? object->object() : 0;
|
| }
|
|
|
| -class WebGLObject : public GarbageCollectedFinalized<WebGLObject>, public ScriptWrappable {
|
| +class WebGLObject : public RefCountedWillBeGarbageCollectedFinalized<WebGLObject>, public ScriptWrappable {
|
| public:
|
| virtual ~WebGLObject();
|
|
|
|
|