Bug 51608 - GraphicsContext: Don't pass StrokeStyle (enum) as const reference
Summary: GraphicsContext: Don't pass StrokeStyle (enum) as const reference
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-25 09:24 PST by Andreas Kling
Modified: 2010-12-25 16:38 PST (History)
1 user (show)

See Also:


Attachments
Proposed patch (8.40 KB, patch)
2010-12-25 09:26 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2010-12-25 09:24:45 PST
There are a few methods that take a "const StrokeStyle&" argument which makes little sense since it's an enum.
Comment 1 Andreas Kling 2010-12-25 09:26:08 PST
Created attachment 77437 [details]
Proposed patch
Comment 2 WebKit Commit Bot 2010-12-25 16:37:00 PST
The commit-queue encountered the following flaky tests while processing attachment 77437 [details]:

http/tests/xmlhttprequest/basic-auth.html bug 51613 (author: ap@webkit.org)
The commit-queue is continuing to process your patch.
Comment 3 WebKit Commit Bot 2010-12-25 16:38:23 PST
Comment on attachment 77437 [details]
Proposed patch

Clearing flags on attachment: 77437

Committed r74662: <http://trac.webkit.org/changeset/74662>
Comment 4 WebKit Commit Bot 2010-12-25 16:38:30 PST
All reviewed patches have been landed.  Closing bug.