[Webkit-unassigned] [Bug 14112] Cross-port KDE KJS UnaryPlus and UnaryMinus optimizations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 14 07:57:34 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14112


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #15957|review?                     |review-
               Flag|                            |




------- Comment #18 from darin at apple.com  2007-08-14 07:57 PDT -------
(From update of attachment 15957)
+        if (number->value() < 0.0) {

I think this should be > 0.0 rather than < 0.0.

+        "- - 0",
+        "- - NaN"

I think we need test cases for -1 and for 1.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list