mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
script: Stop copying the document URL.
This commit is contained in:
parent
4d1be2f56c
commit
5dce5f0c97
8 changed files with 19 additions and 16 deletions
|
@ -1098,7 +1098,7 @@ impl Window {
|
|||
|
||||
pub fn get_url(&self) -> Url {
|
||||
let doc = self.Document();
|
||||
doc.r().url()
|
||||
(*doc.r().url()).clone()
|
||||
}
|
||||
|
||||
pub fn resource_task(&self) -> ResourceTask {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue