mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Add a spec link.
This commit is contained in:
parent
6fd31cdf0f
commit
03ec5a394c
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ impl<'a> DocumentHelpers<'a> for JSRef<'a, Document> {
|
|||
self.is_html_document
|
||||
}
|
||||
|
||||
// http://dom.spec.whatwg.org/#dom-document-url
|
||||
fn url(self) -> Url {
|
||||
self.url.clone()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue