Bug 137657
| Summary: | Use modern loops for FilterOperations | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | Platform | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | darin |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 137644 | ||
| Bug Blocks: | |||
Chris Dumez
We should define begin() / end() on FilterOperations so that call sites can use modern loops.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
It is already possible by using FilterOperations::operations(), not sure it is worth adding begin() / end() to FilterOperations class.