[webkit-reviews] review granted: [Bug 127621] Modernize HashTable threading code : [Attachment 222218] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 25 11:13:05 PST 2014


Darin Adler <darin at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 127621: Modernize HashTable threading code
https://bugs.webkit.org/show_bug.cgi?id=127621

Attachment 222218: Patch
https://bugs.webkit.org/attachment.cgi?id=222218&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=222218&action=review


> Source/WebCore/platform/DragData.h:77
> -typedef HashMap<UINT, Vector<String>> DragDataMap;
> +typedef HashMap<unsigned, Vector<String>> DragDataMap;

Change not mentioned in ChangeLog. Good idea, but not really part of this
patch.


More information about the webkit-reviews mailing list