Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake update_href accept a &Url argument instead of DOMString #11280
Comments
|
I suspected that the crash in #11261 was precisely because |
|
#11261 never established a cause and effect, since |
|
But the logs in #11261 clearly does state that there's a call to |
|
Removing the easy label until we resolve #11281. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a followup to the changes in #11264. This will allow removing some duplication in all of the callers of
update_hrefinhtmlanchorelement.rs. We can call it from inside the match, rather that storing an intermediary value before calling it.Code:
components/script/dom/htmlanchorelement.rsTests:
./mach test-wpt tests/wpt/web-platform-tests/html/semantics/text-level-semantics/the-a-element/(should continue to pass)