Title: [130101] trunk/Source/WebCore
Revision
130101
Author
o...@chromium.org
Date
2012-10-01 17:14:18 -0700 (Mon, 01 Oct 2012)

Log Message

Unreviewed, rolling out r130062.
http://trac.webkit.org/changeset/130062
https://bugs.webkit.org/show_bug.cgi?id=98001

Causes a ton of gtest failures on the chromium bots.

* platform/chromium/LanguageChromium.cpp:
(WebCore::platformLanguage):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (130100 => 130101)


--- trunk/Source/WebCore/ChangeLog	2012-10-02 00:12:16 UTC (rev 130100)
+++ trunk/Source/WebCore/ChangeLog	2012-10-02 00:14:18 UTC (rev 130101)
@@ -1,3 +1,14 @@
+2012-10-01  Ojan Vafai  <o...@chromium.org>
+
+        Unreviewed, rolling out r130062.
+        http://trac.webkit.org/changeset/130062
+        https://bugs.webkit.org/show_bug.cgi?id=98001
+
+        Causes a ton of gtest failures on the chromium bots.
+
+        * platform/chromium/LanguageChromium.cpp:
+        (WebCore::platformLanguage):
+
 2012-10-01  David Barton  <dbar...@mathscribe.com>
 
         [MathML] Baseline wrong for fractions or munder/mover with padding
@@ -124990,4 +125001,4 @@
         Reviewed by Nikolas Zimmermann.
 
         SVGInlineTextBox::paintTextWithShadows for non-CG implementations resets the scale aspect
-        of the currently applied CTM. This leads to patterns and gradi
\ No newline at end of file
+        of the currently applied CTM. This leads to patterns and gradi

Modified: trunk/Source/WebCore/platform/chromium/LanguageChromium.cpp (130100 => 130101)


--- trunk/Source/WebCore/platform/chromium/LanguageChromium.cpp	2012-10-02 00:12:16 UTC (rev 130100)
+++ trunk/Source/WebCore/platform/chromium/LanguageChromium.cpp	2012-10-02 00:14:18 UTC (rev 130101)
@@ -40,10 +40,8 @@
 static String platformLanguage()
 {
     DEFINE_STATIC_LOCAL(String, computedDefaultLanguage, ());
-    if (computedDefaultLanguage.isEmpty()) {
+    if (computedDefaultLanguage.isEmpty())
         computedDefaultLanguage.append(WebKit::Platform::current()->defaultLocale());
-        ASSERT(!computedDefaultLanguage.isEmpty());
-    }
     return computedDefaultLanguage;
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to