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

Commit

Permalink
Auto merge of #295 - nox:wrapper-finalize, r=Ms2ger
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
bors-servo authored Aug 26, 2016
2 parents 3fb2702 + 214e700 commit 9a200ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pub struct ProxyTraps {
(trc: *mut JSTracer,
proxy: *mut JSObject)>,
pub finalize: ::std::option::Option<unsafe extern "C" fn
(fop: *mut FreeOp,
(fop: *mut JSFreeOp,
proxy: *mut JSObject)>,
pub objectMoved: ::std::option::Option<unsafe extern "C" fn
(proxy: *mut JSObject,
Expand Down

0 comments on commit 9a200ea

Please sign in to comment.