[Webkit-unassigned] [Bug 61862] EventSource should support CORS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 13 14:15:32 PDT 2011


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





--- Comment #21 from Adam Barth <abarth at webkit.org>  2011-10-13 14:15:32 PST ---
(From update of attachment 105060)
View in context: https://bugs.webkit.org/attachment.cgi?id=105060&action=review

> Source/WebCore/page/EventSource.cpp:246
> +        String message = "EventSource cannot load " + error.failingURL() + ". " + error.localizedDescription();

Please use makeString rather than operator+

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