mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
issue #10141 : Document::location set null for documents without a browsing context. r=Ms2ger
This commit is contained in:
parent
32e53b80e2
commit
6626c5cfd4
9 changed files with 6 additions and 27 deletions
|
@ -81,7 +81,7 @@ enum DocumentReadyState { "loading", "interactive", "complete" };
|
|||
partial /*sealed*/ interface Document {
|
||||
// resource metadata management
|
||||
[/*PutForwards=href, */Unforgeable]
|
||||
readonly attribute Location/*?*/ location;
|
||||
readonly attribute Location? location;
|
||||
readonly attribute DOMString domain;
|
||||
// readonly attribute DOMString referrer;
|
||||
[Throws]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue