[Webkit-unassigned] [Bug 136701] NetworkResourceLoader cleanups

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 10 09:19:40 PDT 2014


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





--- Comment #3 from Antti Koivisto <koivisto at iki.fi>  2014-09-10 09:19:43 PST ---
(From update of attachment 237890)
View in context: https://bugs.webkit.org/attachment.cgi?id=237890&action=review

>> Source/WebKit2/Shared/Network/NetworkResourceLoadParameters.cpp:133
>> +        for (size_t i = 0, count = requestBodySandboxExtensionHandles.size(); i < count; ++i) {
> 
> Modern for loop would be better.

Unfortunately HandleArray is a custom array type without iterators.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list