Bug 58763 - Stop using -[NSString initWithContentsOfFile:]
Summary: Stop using -[NSString initWithContentsOfFile:]
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Cameron Zwarich (cpst)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-17 23:07 PDT by Cameron Zwarich (cpst)
Modified: 2011-04-18 15:23 PDT (History)
0 users

See Also:


Attachments
Proposed patch (1.81 KB, patch)
2011-04-17 23:09 PDT, Cameron Zwarich (cpst)
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.