[Webkit-unassigned] [Bug 31634] Ignore realm for proxy protection spaces

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 18 16:14:58 PST 2009


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #43446|review?                     |review-
               Flag|                            |




--- Comment #4 from Darin Adler <darin at apple.com>  2009-11-18 16:14:50 PST ---
(From update of attachment 43446)
> +        if (protectionSpace.isProxy())
> +            codeCount -= sizeof(UChar);

Should be sizeof(hashCodes[0]) / sizeof(UChar) or some similar expression, not
sizeof(UChar).

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