Summary: | Remove redundant checks in CanvasRenderingContext2D.cpp | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Matthew Delaney <mdelaney7> | ||||
Component: | Canvas | Assignee: | Matthew Delaney <mdelaney7> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | cmarrin, mdelaney7, mitz, simon.fraser | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Matthew Delaney
2012-02-07 10:32:35 PST
Created attachment 125874 [details]
Patch
Comment on attachment 125874 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=125874&action=review > Source/WebCore/ChangeLog:3 > + Remove redundant checks in CRC2D.cpp I read CRC2D.cpp and assumed it was about cyclic redundancy checks. Please don't abbreviate. > I read CRC2D.cpp and assumed it was about cyclic redundancy checks. Please don't abbreviate.
But the name is sooooo long! :-P
Committed r106973: <http://trac.webkit.org/changeset/106973> |