You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Script: Change the rest of script to not rely on Deref<str> for DOMString (servo#39481)
This is part of the future work of implementing LazyDOMString as
outlined in issue servo#39479.
We use str() method or direct implementations on DOMString for these
methods. We also change some types.
This is independent of servo#39480
Signed-off-by: Narfinger [email protected]
Testing: This is essentially just renaming a method and a type and
should not change functionality.
Signed-off-by: Narfinger <[email protected]>
0 commit comments