Bug 137657 - Use modern loops for FilterOperations
Summary: Use modern loops for FilterOperations
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on: 137644
Blocks:
  Show dependency treegraph
 
Reported: 2014-10-13 10:11 PDT by Chris Dumez
Modified: 2014-10-27 10:29 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 Chris Dumez 2014-10-13 10:11:59 PDT
We should define begin() / end() on FilterOperations so that call sites can use modern loops.
Comment 1 Chris Dumez 2014-10-27 10:29:59 PDT
It is already possible by using FilterOperations::operations(), not sure it is worth adding begin() / end() to FilterOperations class.