RESOLVED FIXED 8012
TransferJob.cpp includes non-existent "String.h" (capital S)
https://bugs.webkit.org/show_bug.cgi?id=8012
Summary TransferJob.cpp includes non-existent "String.h" (capital S)
Michael Emmel
Reported 2006-03-27 07:54:52 PST
include "String.h" fails on case sensitive file systems.
Attachments
Patch to include case (344 bytes, patch)
2006-03-27 07:56 PST, Michael Emmel
darin: review-
Michael Emmel
Comment 1 2006-03-27 07:56:35 PST
Created attachment 7331 [details] Patch to include case
Darin Adler
Comment 2 2006-03-27 14:18:54 PST
Comment on attachment 7331 [details] Patch to include case This should either be "PlatformString.h" or <string.h>. Not sure which.
Eric Seidel (no email)
Comment 3 2006-03-27 17:04:12 PST
Comment on attachment 7331 [details] Patch to include case This may have intended to use PlatformString.h, not sure. This can probably just be removed.
Note You need to log in before you can comment on or make changes to this bug.