mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Implement From<DOMString> for Atom
This commit is contained in:
parent
f7fb035188
commit
0adfb08089
20 changed files with 44 additions and 38 deletions
|
@ -76,7 +76,7 @@ impl StorageEvent {
|
|||
} else {
|
||||
EventCancelable::NotCancelable
|
||||
};
|
||||
let event = StorageEvent::new(global, Atom::from(&*type_),
|
||||
let event = StorageEvent::new(global, Atom::from(type_),
|
||||
bubbles, cancelable,
|
||||
key, oldValue, newValue,
|
||||
url, storageArea);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue