mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Auto merge of #9603 - Ms2ger:document-bc, r=jdm
Store a pointer to the browsing context in the Document. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9603) <!-- Reviewable:end -->
This commit is contained in:
commit
ee158cc65f
10 changed files with 53 additions and 23 deletions
|
@ -1230,6 +1230,7 @@ impl XMLHttpRequest {
|
|||
DOMString::from(format!("{}", mime))
|
||||
});
|
||||
Document::new(win,
|
||||
None,
|
||||
parsed_url,
|
||||
is_html_document,
|
||||
content_type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue