[Webkit-unassigned] [Bug 50405] Update ResourceLoaderSet Enumeration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 2 12:48:00 PST 2010


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #75403|review?                     |review+
               Flag|                            |




--- Comment #3 from Darin Adler <darin at apple.com>  2010-12-02 12:47:59 PST ---
(From update of attachment 75403)
View in context: https://bugs.webkit.org/attachment.cgi?id=75403&action=review

> WebCore/loader/DocumentLoader.cpp:64
> +    unsigned count = loadersCopy.size();
> +    for (unsigned i = 0; i < count; ++i)

This should be size_t, not unsigned. The local variable name should be size, not count.

> WebCore/loader/DocumentLoader.cpp:73
> +    unsigned count = loadersCopy.size();
> +    for (unsigned i = 0; i < count; ++i)

Same here.

-- 
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