Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit 9a200ea

Browse files
author
bors-servo
authored
Auto merge of #295 - nox:wrapper-finalize, r=Ms2ger
Fix the wrapper finalize method arguments <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-mozjs/295) <!-- Reviewable:end -->
2 parents 3fb2702 + 214e700 commit 9a200ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/glue.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ pub struct ProxyTraps {
141141
(trc: *mut JSTracer,
142142
proxy: *mut JSObject)>,
143143
pub finalize: ::std::option::Option<unsafe extern "C" fn
144-
(fop: *mut FreeOp,
144+
(fop: *mut JSFreeOp,
145145
proxy: *mut JSObject)>,
146146
pub objectMoved: ::std::option::Option<unsafe extern "C" fn
147147
(proxy: *mut JSObject,

0 commit comments

Comments
 (0)