mirror of
https://github.com/servo/servo.git
synced 2025-10-08 12:39:30 +01:00
Mark some unused fields.
This commit is contained in:
parent
cfa9aaac08
commit
11aa36619d
5 changed files with 11 additions and 10 deletions
|
@ -109,7 +109,7 @@ pub fn WrapCallThisObject<T: Reflectable>(cx: *mut JSContext,
|
|||
|
||||
pub struct CallSetup {
|
||||
cx: *mut JSContext,
|
||||
handling: ExceptionHandling
|
||||
_handling: ExceptionHandling
|
||||
}
|
||||
|
||||
impl CallSetup {
|
||||
|
@ -118,7 +118,7 @@ impl CallSetup {
|
|||
let cx = win.deref().get_cx();
|
||||
CallSetup {
|
||||
cx: cx,
|
||||
handling: handling
|
||||
_handling: handling
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue