mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Get rid of a bunch of explicit derefs
This commit is contained in:
parent
ca56ebbb09
commit
722aa86c89
49 changed files with 340 additions and 360 deletions
|
@ -63,7 +63,7 @@ impl DOMParserMethods for DOMParser {
|
|||
DocumentSource::FromParser,
|
||||
loader);
|
||||
parse_html(document.r(), s, url, ParseContext::Owner(None));
|
||||
document.r().set_ready_state(DocumentReadyState::Complete);
|
||||
document.set_ready_state(DocumentReadyState::Complete);
|
||||
Ok(document)
|
||||
}
|
||||
Text_xml => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue