mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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
|
@ -115,6 +115,7 @@ impl DOMImplementationMethods for DOMImplementation {
|
|||
|
||||
// Step 1-2.
|
||||
let doc = Document::new(win,
|
||||
None,
|
||||
None,
|
||||
IsHTMLDocument::HTMLDocument,
|
||||
None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue