Sync the URL constructor with the spec
https://url.spec.whatwg.org/#api This changes the generated code, but ought not be observable, as any call to `new URL(x, urlObject)` will now instead behaves as `new URL(x, urlObject.toString())`. BUG=460722 Review URL: https://codereview.chromium.org/1464133002 Cr-Commit-Position: refs/heads/master@{#361342}
Showing
Please register or sign in to comment