RESOLVED FIXED 163906
The URLSearchParams constructor should take a union in parameter
https://bugs.webkit.org/show_bug.cgi?id=163906
Summary The URLSearchParams constructor should take a union in parameter
Chris Dumez
Reported 2016-10-24 12:10:03 PDT
The URLSearchParams constructor should take a union in parameter: - https://url.spec.whatwg.org/#urlsearchparams
Attachments
Patch (3.17 KB, patch)
2016-10-24 12:11 PDT, Chris Dumez
no flags
Patch (3.17 KB, patch)
2016-10-24 13:23 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-10-24 12:11:26 PDT
Darin Adler
Comment 2 2016-10-24 12:36:47 PDT
Comment on attachment 292640 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=292640&action=review > Source/WebCore/html/URLSearchParams.h:59 > +Ref<URLSearchParams> URLSearchParams::create(const StringOrURLSearchParams& variant, DOMURL* associatedURL) If we put this in the header, it has to be marked inline.
Chris Dumez
Comment 3 2016-10-24 13:23:45 PDT
WebKit Commit Bot
Comment 4 2016-10-26 16:18:42 PDT
Comment on attachment 292647 [details] Patch Clearing flags on attachment: 292647 Committed r207914: <http://trac.webkit.org/changeset/207914>
WebKit Commit Bot
Comment 5 2016-10-26 16:18:48 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.