[Webkit-unassigned] [Bug 175815] REGRESSION(R220043): Speedometer 2.0: Fix vanilla JS examples

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 22 01:11:14 PDT 2017


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

--- Comment #3 from Mathias Bynens <mathias at qiwi.be> ---
Comment on attachment 318744
  --> https://bugs.webkit.org/attachment.cgi?id=318744
Fixes the bug

View in context: https://bugs.webkit.org/attachment.cgi?id=318744&action=review

> PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/store.js:5
> +var uniqueID = 0;

`vanilla-examples/es2015/src/store.js` has the same line but uses `let` instead of `var` and starts at `1` instead of `0`. Is there a reason for these subtle differences? If so, we may want to add a comment saying so.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170822/7823f086/attachment-0001.html>


More information about the webkit-unassigned mailing list