RESOLVED FIXED 176067
Web Inspector: Convert all methods in Utilities.js to ECMAScript 2015 shorthand syntax
https://bugs.webkit.org/show_bug.cgi?id=176067
Summary Web Inspector: Convert all methods in Utilities.js to ECMAScript 2015 shortha...
Nikita Vasilyev
Reported 2017-08-29 14:39:51 PDT
Convert: { value: function(object) {} } to: { value(object) {} }
Attachments
Patch (20.20 KB, patch)
2017-08-29 14:52 PDT, Nikita Vasilyev
joepeck: review+
Patch (20.13 KB, patch)
2017-08-29 15:37 PDT, Nikita Vasilyev
no flags
Nikita Vasilyev
Comment 1 2017-08-29 14:52:40 PDT
Joseph Pecoraro
Comment 2 2017-08-29 15:22:39 PDT
Comment on attachment 319287 [details] Patch r=me
Joseph Pecoraro
Comment 3 2017-08-29 15:22:55 PDT
Comment on attachment 319287 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=319287&action=review > Source/WebInspectorUI/ChangeLog:33 > + (window.handlePromiseException.window.handlePromiseException): Heh, you could remove this line it seems wrong.
Nikita Vasilyev
Comment 4 2017-08-29 15:37:35 PDT
WebKit Commit Bot
Comment 5 2017-08-29 16:45:22 PDT
Comment on attachment 319292 [details] Patch Clearing flags on attachment: 319292 Committed r221324: <http://trac.webkit.org/changeset/221324>
WebKit Commit Bot
Comment 6 2017-08-29 16:45:24 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 7 2017-08-29 16:46:21 PDT
Note You need to log in before you can comment on or make changes to this bug.