[webkit-reviews] review granted: [Bug 76947] "text" and "URL" legacy clipboard types should not be case sensitive : [Attachment 123814] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 24 16:09:15 PST 2012


Adam Barth <abarth at webkit.org> has granted Eric Seidel <eric at webkit.org>'s
request for review:
Bug 76947: "text" and "URL" legacy clipboard types should not be case sensitive
https://bugs.webkit.org/show_bug.cgi?id=76947

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

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=123814&action=review


> Source/WebCore/platform/mac/ClipboardMac.mm:72
> +    String qType = type.lower();

Why not equalsIgnoringCase ?


More information about the webkit-reviews mailing list