mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Don't shadow lifetimes in script.
This commit is contained in:
parent
cc2523eed5
commit
f8ac1777ff
29 changed files with 30 additions and 30 deletions
|
@ -636,7 +636,7 @@ impl<'a, T: Reflectable> JSRef<'a, T> {
|
|||
}
|
||||
|
||||
impl<'a, T: Reflectable> Reflectable for JSRef<'a, T> {
|
||||
fn reflector<'a>(&'a self) -> &'a Reflector {
|
||||
fn reflector<'b>(&'b self) -> &'b Reflector {
|
||||
(**self).reflector()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue