X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2Fcanvas%2FWebGLCompressedTexturePVRTC.cpp;h=66d7f7383a7053de50c0d2bfd550ab51d8397cde;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=ec5de2c984cb638a92255d9549c2fa0a46645a1d;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/canvas/WebGLCompressedTexturePVRTC.cpp b/src/third_party/WebKit/Source/core/html/canvas/WebGLCompressedTexturePVRTC.cpp index ec5de2c..66d7f73 100644 --- a/src/third_party/WebKit/Source/core/html/canvas/WebGLCompressedTexturePVRTC.cpp +++ b/src/third_party/WebKit/Source/core/html/canvas/WebGLCompressedTexturePVRTC.cpp @@ -34,7 +34,6 @@ namespace blink { WebGLCompressedTexturePVRTC::WebGLCompressedTexturePVRTC(WebGLRenderingContextBase* context) : WebGLExtension(context) { - ScriptWrappable::init(this); context->addCompressedTextureFormat(GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG); context->addCompressedTextureFormat(GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG); context->addCompressedTextureFormat(GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG);