DescriptionSync 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
Committed: https://crrev.com/122f84f37a2ff865c3e76ff99280b24da8f2a2f9
Cr-Commit-Position: refs/heads/master@{#361342}
Patch Set 1 #
Messages
Total messages: 16 (6 generated)
|