Bug 138605 - [Mac] WebCore includes unused cursor image resources
Summary: [Mac] WebCore includes unused cursor image resources
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-11 01:04 PST by mitz
Modified: 2014-11-11 09:22 PST (History)
3 users (show)

See Also:


Attachments
Remove unreachable code and unused resources (9.87 KB, patch)
2014-11-11 01:08 PST, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-11-11 01:04:12 PST
WebCore includes multiple unused cursor images.
Comment 1 mitz 2014-11-11 01:08:38 PST
Created attachment 241343 [details]
Remove unreachable code and unused resources
Comment 2 mitz 2014-11-11 01:37:58 PST
Comment on attachment 241343 [details]
Remove unreachable code and unused resources

The patch is missing the project changes to remove the references to the deleted files.
Comment 3 Anders Carlsson 2014-11-11 06:09:16 PST
Comment on attachment 241343 [details]
Remove unreachable code and unused resources

r=me if you fix the build as well.
Comment 4 mitz 2014-11-11 09:22:23 PST
Fixed in <http://trac.webkit.org/r175941>.