Bug 61623 - Canvas/JSC: Auto-generate overloads for fillText()
Summary: Canvas/JSC: Auto-generate overloads for fillText()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks: 39243
  Show dependency treegraph
 
Reported: 2011-05-27 05:19 PDT by Andreas Kling
Modified: 2011-05-31 09:09 PDT (History)
0 users

See Also:


Attachments
Proposed patch (6.78 KB, patch)
2011-05-27 05:26 PDT, 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 2011-05-27 05:19:06 PDT
SSIA.
Comment 1 Andreas Kling 2011-05-27 05:26:57 PDT
Created attachment 95158 [details]
Proposed patch
Comment 2 Andreas Kling 2011-05-27 05:58:08 PDT
Comment on attachment 95158 [details]
Proposed patch

View in context: https://bugs.webkit.org/attachment.cgi?id=95158&action=review

> LayoutTests/fast/canvas/script-tests/canvas-overloads-fillText.js:6
> +var TypeError = "TypeError: Type error";

Oops, this isn't used. Will remove when landing.
Comment 3 Andreas Kling 2011-05-31 09:08:56 PDT
Comment on attachment 95158 [details]
Proposed patch

Clearing flags on attachment: 95158

Committed r87729: <http://trac.webkit.org/changeset/87729>
Comment 4 Andreas Kling 2011-05-31 09:09:04 PDT
All reviewed patches have been landed.  Closing bug.