[Webkit-unassigned] [Bug 57969] Add web audio support to DumpRenderTree (mac port)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 6 18:19:32 PDT 2011


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





--- Comment #21 from Dirk Pranke <dpranke at chromium.org>  2011-04-06 18:19:32 PST ---
(In reply to comment #20)
> +            printf("Content-Length: %ld\n", [resultData length]);

Actually, this should be a %lu. We should really be printing two '\n's here, so that there's a blank line between the headers and the data, but it doesn't look like DRT does this for image data, so for consistency it should probably just be one here as well.

Note that the patch to NRWT in bug 57987 has been tested against this patch (with the content-length header added) and verified to work.

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