[webkit-reviews] review granted: [Bug 87734] REGRESSION (r118735): svg/dom/complex-svgView-specification.html, svg/dom/SVGViewSpec.html, svg/dom/viewspec-parser.html failing on GTK Linux 64-bit Release : [Attachment 163582] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 10 09:31:12 PST 2012


Martin Robinson <mrobinson at webkit.org> has granted Zan Dobersek
<zandobersek at gmail.com>'s request for review:
Bug 87734: REGRESSION (r118735): svg/dom/complex-svgView-specification.html,
svg/dom/SVGViewSpec.html, svg/dom/viewspec-parser.html failing on GTK Linux
64-bit Release
https://bugs.webkit.org/show_bug.cgi?id=87734

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

------- Additional Comments from Martin Robinson <mrobinson at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=163582&action=review


> Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:1256
> -	   webkit_network_request_set_uri(request, "about:blank");
> +	   SoupMessage* message = webkit_network_request_get_message(request);
> +	   soup_message_set_status(message, SOUP_STATUS_CANCELLED);

This can just be one line.


More information about the webkit-reviews mailing list