Bug 8012

Summary: TransferJob.cpp includes non-existent "String.h" (capital S)
Product: WebKit Reporter: Michael Emmel <mike.emmel>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch to include case darin: review-

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.