mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Add ImmutableOrigin to allow for serializing origins
This commit is contained in:
parent
4f7e422054
commit
bfd7b950ad
21 changed files with 270 additions and 152 deletions
|
@ -1729,7 +1729,7 @@ impl Node {
|
|||
let document = Document::new(window, HasBrowsingContext::No,
|
||||
Some(document.url()),
|
||||
// https://github.com/whatwg/dom/issues/378
|
||||
document.origin().alias(),
|
||||
document.origin().clone(),
|
||||
is_html_doc, None,
|
||||
None, DocumentActivity::Inactive,
|
||||
DocumentSource::NotFromParser, loader,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue