[webkit-reviews] review granted: [Bug 172343] Speedometer 2.0: Elem test isn't updating DOM during the measurement : [Attachment 310634] Removed superflous call to console.log

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 19 02:56:33 PDT 2017


Antti Koivisto <koivisto at iki.fi> has granted Ryosuke Niwa <rniwa at webkit.org>'s
request for review:
Bug 172343: Speedometer 2.0: Elem test isn't updating DOM during the
measurement
https://bugs.webkit.org/show_bug.cgi?id=172343

Attachment 310634: Removed superflous call to console.log

https://bugs.webkit.org/attachment.cgi?id=310634&action=review




--- Comment #4 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 310634
  --> https://bugs.webkit.org/attachment.cgi?id=310634
Removed superflous call to console.log

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

> PerformanceTests/Speedometer/resources/tests.js:421
> +    const callbacks = contentWindow.rAFCallbackList;
> +    var i = 0;

Why 'const' but not 'let'?


More information about the webkit-reviews mailing list