mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Introduce Reflectable::global_scope
This commit is contained in:
parent
27f100b1d4
commit
ae6af5172b
30 changed files with 116 additions and 120 deletions
|
@ -117,7 +117,7 @@ impl Blob {
|
|||
}
|
||||
};
|
||||
|
||||
Blob::new(parent.global().r().as_global_scope(), blob_impl, relative_content_type.into())
|
||||
Blob::new(&parent.global_scope(), blob_impl, relative_content_type.into())
|
||||
}
|
||||
|
||||
// https://w3c.github.io/FileAPI/#constructorBlob
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue