+2013-03-04 Uday Kiran <udaykiran@motorola.com>
+
+ getComputedStyle not implemented for -webkit-columns shorthand
+ https://bugs.webkit.org/show_bug.cgi?id=111236
+
+ Reviewed by Alexis Menard.
+
+ Implement getComputedStyle for -webkit-columns shorthand.
+
+ Test: fast/css/getComputedStyle/getComputedStyle-webkit-columns-shorthand.html
+
+ * css/CSSComputedStyleDeclaration.cpp:
+ (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
+
2013-03-04 Levi Weintraub <leviw@chromium.org>
Add support for 8 bit TextRuns on Chromium Linux & Mac