Bug 88526 - Fix unmatched parenthesis in fast/dom/HTMLAnchorElement/anchor-download-unset.html
Summary: Fix unmatched parenthesis in fast/dom/HTMLAnchorElement/anchor-download-unset...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kinuko Yasuda
URL:
Keywords:
Depends on:
Blocks: 85174
  Show dependency treegraph
 
Reported: 2012-06-07 05:18 PDT by Kinuko Yasuda
Modified: 2012-06-07 21:15 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.61 KB, patch)
2012-06-07 05:21 PDT, Kinuko Yasuda
ap: review+
ap: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kinuko Yasuda 2012-06-07 05:18:04 PDT
Fix unmatched parenthesis in fast/dom/HTMLAnchorElement/anchor-download-unset.html.

This is a regression from r11582, splitted out from bug 85174.
Comment 1 Kinuko Yasuda 2012-06-07 05:21:12 PDT
Created attachment 146259 [details]
Patch
Comment 2 Kinuko Yasuda 2012-06-07 05:23:02 PDT
(In reply to comment #0)
> This is a regression from r11582, splitted out from bug 85174.

Corrected revision is: r115582.
http://trac.webkit.org/changeset/115582
Comment 3 Alexey Proskuryakov 2012-06-07 14:19:35 PDT
Comment on attachment 146259 [details]
Patch

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

> LayoutTests/ChangeLog:8
> +        This test seems to be skipped on other platforms.

On platforms other than what? Please make the ChangeLog a little clearer.
Comment 4 Kinuko Yasuda 2012-06-07 20:45:40 PDT
(In reply to comment #3)
> (From update of attachment 146259 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=146259&action=review
> 
> > LayoutTests/ChangeLog:8
> > +        This test seems to be skipped on other platforms.
> 
> On platforms other than what? Please make the ChangeLog a little clearer.

Oops, will update ChangeLog before landing. I meant other than chromium.
Comment 5 Kinuko Yasuda 2012-06-07 21:15:49 PDT
Committed r119793: <http://trac.webkit.org/changeset/119793>