Title: [90141] trunk/Source/WebCore
Revision
90141
Author
[email protected]
Date
2011-06-30 12:07:23 -0700 (Thu, 30 Jun 2011)

Log Message

2011-06-30  Adam Barth  <[email protected]>

        Remove useless ASSERT that breaks the build.

        * dom/StyledElement.cpp:
        (WebCore::parseColorStringWithCrazyLegacyRules):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (90140 => 90141)


--- trunk/Source/WebCore/ChangeLog	2011-06-30 18:56:27 UTC (rev 90140)
+++ trunk/Source/WebCore/ChangeLog	2011-06-30 19:07:23 UTC (rev 90141)
@@ -1,3 +1,10 @@
+2011-06-30  Adam Barth  <[email protected]>
+
+        Remove useless ASSERT that breaks the build.
+
+        * dom/StyledElement.cpp:
+        (WebCore::parseColorStringWithCrazyLegacyRules):
+
 2011-06-30  Tab Atkins  <[email protected]>
 
         Reviewed by Adam Barth.

Modified: trunk/Source/WebCore/dom/StyledElement.cpp (90140 => 90141)


--- trunk/Source/WebCore/dom/StyledElement.cpp	2011-06-30 18:56:27 UTC (rev 90140)
+++ trunk/Source/WebCore/dom/StyledElement.cpp	2011-06-30 19:07:23 UTC (rev 90141)
@@ -362,7 +362,6 @@
         greenIndex++;
         blueIndex++;
     }
-    ASSERT(redIndex >= 0);
     ASSERT(redIndex + 1 < componentLength);
     ASSERT(greenIndex >= componentLength);
     ASSERT(greenIndex + 1 < componentLength * 2);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to