RESOLVED FIXED 173951
Avoid copying statistics in ResourceLoadStatisticsStore::readDataFromDecoder()
https://bugs.webkit.org/show_bug.cgi?id=173951
Summary Avoid copying statistics in ResourceLoadStatisticsStore::readDataFromDecoder()
Chris Dumez
Reported 2017-06-28 19:21:38 PDT
Avoid copying statistics in ResourceLoadStatisticsStore::readDataFromDecoder().
Attachments
Patch (1.51 KB, patch)
2017-06-28 19:22 PDT, Chris Dumez
rniwa: review+
Chris Dumez
Comment 1 2017-06-28 19:22:12 PDT
Ryosuke Niwa
Comment 2 2017-06-28 20:18:21 PDT
Comment on attachment 314090 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=314090&action=review > Source/WebCore/loader/ResourceLoadStatisticsStore.cpp:141 > } > } Can we fix the indentation here?
Chris Dumez
Comment 3 2017-06-28 20:23:56 PDT
Comment on attachment 314090 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=314090&action=review >> Source/WebCore/loader/ResourceLoadStatisticsStore.cpp:141 >> } > > Can we fix the indentation here? This is the end of the block for a Locker. Do we usually indent those?
Chris Dumez
Comment 4 2017-06-28 20:28:53 PDT
Ryosuke Niwa
Comment 5 2017-06-28 20:37:38 PDT
(In reply to Chris Dumez from comment #3) > Comment on attachment 314090 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=314090&action=review > > >> Source/WebCore/loader/ResourceLoadStatisticsStore.cpp:141 > >> } > > > > Can we fix the indentation here? > > This is the end of the block for a Locker. Do we usually indent those? Yeah, we do. Each block should be indented.
Note You need to log in before you can comment on or make changes to this bug.