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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 2 14:52:06 PST 2010


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


Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
         AssignedTo|webkit-unassigned at lists.web |joepeck at webkit.org
                   |kit.org                     |
  Attachment #75416|                            |review?
               Flag|                            |




--- Comment #5 from Joseph Pecoraro <joepeck at webkit.org>  2010-12-02 14:52:05 PST ---
Created an attachment (id=75416)
 --> (https://bugs.webkit.org/attachment.cgi?id=75416&action=review)
[PATCH] "size_t" instead of "unsigned"

• unsigned is always 32 bit.
• size_t may be 64 bits when built in 64 bit.

So size_t should always be used with other size_t's.

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