Title: [212962] trunk/Source/_javascript_Core
Revision
212962
Author
sbar...@apple.com
Date
2017-02-24 11:36:35 -0800 (Fri, 24 Feb 2017)

Log Message

Unreviewed. Remove inaccurate copy-paste comment from r212939.

* dfg/DFGOperations.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (212961 => 212962)


--- trunk/Source/_javascript_Core/ChangeLog	2017-02-24 19:24:21 UTC (rev 212961)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-02-24 19:36:35 UTC (rev 212962)
@@ -1,3 +1,9 @@
+2017-02-24  Saam Barati  <sbar...@apple.com>
+
+        Unreviewed. Remove inaccurate copy-paste comment from r212939.
+
+        * dfg/DFGOperations.cpp:
+
 2017-02-23  Saam Barati  <sbar...@apple.com>
 
         Intrinsicify parseInt

Modified: trunk/Source/_javascript_Core/dfg/DFGOperations.cpp (212961 => 212962)


--- trunk/Source/_javascript_Core/dfg/DFGOperations.cpp	2017-02-24 19:24:21 UTC (rev 212961)
+++ trunk/Source/_javascript_Core/dfg/DFGOperations.cpp	2017-02-24 19:36:35 UTC (rev 212962)
@@ -891,7 +891,6 @@
     auto viewWithString = string->viewWithUnderlyingString(*exec);
     RETURN_IF_EXCEPTION(scope, { });
 
-    // This version is as if radix was undefined. Hence, undefined.toNumber() === 0.
     return parseIntResult(parseInt(viewWithString.view, radix));
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to