Update to get the reference counting correct

This commit is contained in:
Patrick Walton 2014-11-25 18:28:59 -08:00
parent 1ac5bfe830
commit c52f550367
51 changed files with 97 additions and 89 deletions

View file

@ -167,7 +167,7 @@ pub struct _cef_request_t {
//
// The reference count. This will only be present for Rust instances!
//
ref_count: uint,
pub ref_count: uint,
//
// Extra data. This will only be present for Rust instances!
@ -581,7 +581,7 @@ pub struct _cef_post_data_t {
//
// The reference count. This will only be present for Rust instances!
//
ref_count: uint,
pub ref_count: uint,
//
// Extra data. This will only be present for Rust instances!
@ -853,7 +853,7 @@ pub struct _cef_post_data_element_t {
//
// The reference count. This will only be present for Rust instances!
//
ref_count: uint,
pub ref_count: uint,
//
// Extra data. This will only be present for Rust instances!