mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
style(script): address test-tidy
errors
This commit is contained in:
parent
a6b2f75656
commit
d733abfca0
3 changed files with 6 additions and 2 deletions
|
@ -351,7 +351,7 @@ pub unsafe fn maybe_cross_origin_get_prototype(
|
|||
/// Implementation of `[[SetPrototypeOf]]` for [`History`] and [`WindowProxy`].
|
||||
///
|
||||
/// [`History`]: https://html.spec.whatwg.org/multipage/#location-setprototypeof
|
||||
/// [`WindowProxy`]: https://html.spec.whatwg.org/multipage/window-object.html#windowproxy-setprototypeof
|
||||
/// [`WindowProxy`]: https://html.spec.whatwg.org/multipage/#windowproxy-setprototypeof
|
||||
pub unsafe extern "C" fn maybe_cross_origin_set_prototype_rawcx(
|
||||
cx: *mut JSContext,
|
||||
proxy: RawHandleObject,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue