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 upStop sharing @mut Attr between script and layout threads #1386
Comments
|
Do we convert from |
|
I think the proper fix is to perform the JSManaged conversion I described on the mailing list. |
|
JS types exist now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is bad news. They belong to the script task like any other DOM object, and the layout task happily calls Element::get_attr which happily grubs around the list and performs addrefs and releases.