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

Commit 214e700

Browse files
committed
Fix the wrapper finalize method arguments
1 parent 6b2651a commit 214e700

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
@@ -140,7 +140,7 @@ pub struct ProxyTraps {
140140
(trc: *mut JSTracer,
141141
proxy: *mut JSObject)>,
142142
pub finalize: ::std::option::Option<unsafe extern "C" fn
143-
(fop: *mut FreeOp,
143+
(fop: *mut JSFreeOp,
144144
proxy: *mut JSObject)>,
145145
pub objectMoved: ::std::option::Option<unsafe extern "C" fn
146146
(proxy: *mut JSObject,

0 commit comments

Comments
 (0)