Bug 92808 - Switch FontCache.cpp to use OwnPtrs instead of new/delete
Summary: Switch FontCache.cpp to use OwnPtrs instead of new/delete
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-31 16:20 PDT by Koji Ishii
Modified: 2012-08-01 12:37 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Koji Ishii 2012-07-31 16:20:02 PDT
From Tony's comment in bug 81332:
> It would be awesome if you did a follow up patch to switch the whole file to using OwnPtrs instead of new/delete.