mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update to get the reference counting correct
This commit is contained in:
parent
1ac5bfe830
commit
c52f550367
51 changed files with 97 additions and 89 deletions
|
@ -70,7 +70,7 @@ pub struct _cef_quota_callback_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!
|
||||
|
@ -225,7 +225,7 @@ pub struct _cef_allow_certificate_error_callback_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!
|
||||
|
@ -485,7 +485,7 @@ pub struct _cef_request_handler_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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue