mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Address review comments.
This commit is contained in:
parent
46a33b4b38
commit
91278da9dd
83 changed files with 316 additions and 374 deletions
|
@ -36,7 +36,8 @@ impl DOMParser {
|
|||
}
|
||||
|
||||
pub trait DOMParserMethods {
|
||||
fn ParseFromString(&self, _s: DOMString, ty: DOMParserBinding::SupportedType) -> Fallible<Temporary<Document>>;
|
||||
fn ParseFromString(&self, _s: DOMString, ty: DOMParserBinding::SupportedType)
|
||||
-> Fallible<Temporary<Document>>;
|
||||
}
|
||||
|
||||
impl<'a> DOMParserMethods for JSRef<'a, DOMParser> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue