Bug 58763

Summary: Stop using -[NSString initWithContentsOfFile:]
Product: WebKit Reporter: Cameron Zwarich (cpst) <zwarich>
Component: WebKit Misc.Assignee: Cameron Zwarich (cpst) <zwarich>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Proposed patch timothy: review+

Description Cameron Zwarich (cpst) 2011-04-17 23:07:37 PDT
We should stop using -[NSString initWithContentsOfFile:], which was deprecated in Tiger. Clang gives a deprecation warning for using it.
Comment 1 Cameron Zwarich (cpst) 2011-04-17 23:09:06 PDT
Created attachment 89998 [details]
Proposed patch
Comment 2 Cameron Zwarich (cpst) 2011-04-18 15:23:39 PDT
Fixed in r84191.