[Webkit-unassigned] [Bug 131707] Simple ES6 feature: Number constructor extras

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 22 09:10:39 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=131707


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #238471|commit-queue?               |commit-queue+
               Flag|                            |




--- Comment #20 from Darin Adler <darin at apple.com>  2014-09-22 09:10:38 PST ---
(From update of attachment 238471)
View in context: https://bugs.webkit.org/attachment.cgi?id=238471&action=review

> Source/JavaScriptCore/runtime/NumberConstructor.cpp:115
> +    return JSValue::encode(jsDoubleNumber((std::numeric_limits<double>::epsilon())));

Should come back here and remove the extra parentheses.

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



More information about the webkit-unassigned mailing list