Bug 163174 - Update CustomEvent to stop using legacy [ConstructorTemplate=Event]
Summary: Update CustomEvent to stop using legacy [ConstructorTemplate=Event]
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-08 19:38 PDT by Chris Dumez
Modified: 2016-10-08 20:49 PDT (History)
11 users (show)

See Also:


Attachments
Patch (15.96 KB, patch)
2016-10-08 19:45 PDT, Chris Dumez
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-10-08 19:38:37 PDT
Update CustomEvent to stop using legacy [ConstructorTemplate=Event] and use an actual constructor instead.
Comment 1 Chris Dumez 2016-10-08 19:45:20 PDT
Created attachment 291035 [details]
Patch
Comment 2 Darin Adler 2016-10-08 20:47:33 PDT
Comment on attachment 291035 [details]
Patch

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

> Source/WebCore/ChangeLog:13
> +        as detail value in CustomEventInit. We used to initialize detailt to

Typo: detailt
Comment 3 Chris Dumez 2016-10-08 20:49:15 PDT
Committed r206964: <http://trac.webkit.org/changeset/206964>