Bug 57109

Summary: REGRESSION(r79227): CFURLCache not initialized correctly in WebKit2
Product: WebKit Reporter: Brian Weinstein <bweinstein>
Component: WebKit2Assignee: Brian Weinstein <bweinstein>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, aroben
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
[PATCH] Fix ap: review+

Brian Weinstein
Reported 2011-03-25 11:41:18 PDT
The CFURLCache isn't being correctly initialized in WebKit2 on Windows. if (parameters.cfURLCachePath[parameters.cfURLCachePath.length() - 1] == '/') checks for a trailing slash, but the Windows path separator is '\', not '/'. <rdar://problem/9184590>
Attachments
[PATCH] Fix (1.65 KB, patch)
2011-03-25 11:44 PDT, Brian Weinstein
ap: review+
Brian Weinstein
Comment 1 2011-03-25 11:44:15 PDT
Created attachment 86966 [details] [PATCH] Fix
Brian Weinstein
Comment 2 2011-03-25 11:48:09 PDT
Landed in r81975.
Note You need to log in before you can comment on or make changes to this bug.