mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)
This commit is contained in:
parent
87e7e3d429
commit
c38c964f1b
38 changed files with 118 additions and 109 deletions
|
@ -91,7 +91,7 @@ impl StorageEvent {
|
|||
let oldValue = init.oldValue.clone();
|
||||
let newValue = init.newValue.clone();
|
||||
let url = init.url.clone();
|
||||
let storageArea = init.storageArea.deref();
|
||||
let storageArea = init.storageArea.as_deref();
|
||||
let bubbles = EventBubbles::from(init.parent.bubbles);
|
||||
let cancelable = EventCancelable::from(init.parent.cancelable);
|
||||
let event = StorageEvent::new(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue