Index: Source/WebCore/ChangeLog |
=================================================================== |
--- Source/WebCore/ChangeLog (revision 143991) |
+++ Source/WebCore/ChangeLog (working copy) |
@@ -1,3 +1,14 @@ |
+2013-02-11 Zhenyao Mo <zmo@google.com> |
+ |
+ WEBGL_compressed_texture_s3tc extension can be enabled even when not supported |
+ https://bugs.webkit.org/show_bug.cgi?id=109508 |
+ |
+ Reviewed by Kenneth Russell. |
+ |
+ * html/canvas/WebGLRenderingContext.cpp: |
+ (WebCore): |
+ (WebCore::WebGLRenderingContext::getExtension): Check whether the extension support is there before returning the extension pointer. |
+ |
2013-02-11 Keishi Hattori <keishi@webkit.org> |
REGRESSION (r140778):Calendar Picker buttons are wrong when rtl |