mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Get rid of a bunch of explicit derefs
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user