Summary: | Canvas: Rename operator==(CanvasStyle,CanvasStyle) since it isn't a proper equality check | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Andreas Kling <kling> | ||||
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | kenneth | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Attachments: |
|
Description
Andreas Kling
2010-07-14 13:22:10 PDT
Created attachment 61557 [details]
Renamed it to isColorAndEqualTo(CanvasStyle)
What about the name: isEquivalentColor ? (In reply to comment #2) > What about the name: isEquivalentColor ? r=you for that name? :) Comment on attachment 61557 [details]
Renamed it to isColorAndEqualTo(CanvasStyle)
yes, r=me with that change.
Committed r63659: <http://trac.webkit.org/changeset/63659> |