Bug 8012 - TransferJob.cpp includes non-existent "String.h" (capital S)
Summary: TransferJob.cpp includes non-existent "String.h" (capital S)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-27 07:54 PST by Michael Emmel
Modified: 2006-03-27 17:10 PST (History)
0 users

See Also:


Attachments
Patch to include case (344 bytes, patch)
2006-03-27 07:56 PST, Michael Emmel
darin: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Emmel 2006-03-27 07:54:52 PST
include "String.h" fails on case sensitive file systems.
Comment 1 Michael Emmel 2006-03-27 07:56:35 PST
Created attachment 7331 [details]
Patch to include case
Comment 2 Darin Adler 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.
Comment 3 Eric Seidel (no email) 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.