Bug 87049 - Remove unused FilterOperation::clone() functionality
Summary: Remove unused FilterOperation::clone() functionality
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: James Robinson
URL:
Keywords:
Depends on: 87046
Blocks:
  Show dependency treegraph
 
Reported: 2012-05-21 14:57 PDT by James Robinson
Modified: 2024-03-09 18:38 PST (History)
2 users (show)

See Also:


Attachments
Patch (5.69 KB, patch)
2012-05-21 14:59 PDT, James Robinson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Robinson 2012-05-21 14:57:10 PDT
Remove unused FilterOperation::clone() functionality
Comment 1 James Robinson 2012-05-21 14:59:18 PDT
Created attachment 143107 [details]
Patch
Comment 2 James Robinson 2012-05-21 15:00:47 PDT
This patch will only make sense after bug 87046 lands.
Comment 3 Ahmad Saleem 2024-03-09 18:38:21 PST
Custom Filters related code, which this patch was trying to modify was removed in below commit:

https://github.com/WebKit/WebKit/commit/f163ea7cac88d117b8953ce2e3967a7e09bbf457

Nothing to do here.