mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Store a pointer to the browsing context in the Document.
This commit is contained in:
parent
0b27807ad4
commit
152cec69eb
10 changed files with 53 additions and 23 deletions
|
@ -35,6 +35,7 @@ impl XMLDocument {
|
|||
doc_loader: DocumentLoader) -> XMLDocument {
|
||||
XMLDocument {
|
||||
document: Document::new_inherited(window,
|
||||
None,
|
||||
url,
|
||||
is_html_document,
|
||||
content_type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue