mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
parent
ab17d31bbf
commit
71a05a9c39
103 changed files with 103 additions and 103 deletions
|
@ -21,7 +21,7 @@ pub struct DOMParser {
|
|||
}
|
||||
|
||||
impl DOMParser {
|
||||
pub fn new_inherited(window: JSRef<Window>) -> DOMParser {
|
||||
fn new_inherited(window: JSRef<Window>) -> DOMParser {
|
||||
DOMParser {
|
||||
window: JS::from_rooted(window),
|
||||
reflector_: Reflector::new()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue