diff options
author | Usman Yahaya Baba <91813795+uthmaniv@users.noreply.github.com> | 2025-04-06 16:46:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-06 15:46:32 +0000 |
commit | e74a042efdf01ab2ff32e82e203bd1d954b599bd (patch) | |
tree | 75a2f09e23ef7362536ffb5add64336126f50891 /components/script/dom/errorevent.rs | |
parent | fab5e029726a85c179b57b834eae547abf006256 (diff) | |
download | servo-e74a042efdf01ab2ff32e82e203bd1d954b599bd.tar.gz servo-e74a042efdf01ab2ff32e82e203bd1d954b599bd.zip |
Remove unsafe from cross_origin_property_fallback (#36373)
Remove unsafe from cross_origin_property_fallback
- Refactors `cross_origin_property_fallback` to remove the `unsafe`
annotation from the function signature, as it now uses safe wrappers
instead of raw pointers
- Adds an `unsafe` block around `MutableHandle::from_raw`
Testing: Changes does not require test
Fixes: https://github.com/servo/servo/issues/36359
Signed-off-by: Uthman Yahaya Baba <uthmanyahayababa@gmail.com>
Diffstat (limited to 'components/script/dom/errorevent.rs')
0 files changed, 0 insertions, 0 deletions