mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +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
|
@ -79,7 +79,7 @@ impl WebGLContextEvent {
|
|||
EventCancelable::NotCancelable
|
||||
};
|
||||
|
||||
Ok(WebGLContextEvent::new(global, Atom::from(&*type_),
|
||||
Ok(WebGLContextEvent::new(global, Atom::from(type_),
|
||||
bubbles,
|
||||
cancelable,
|
||||
status_message))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue