| Index: Source/core/dom/Document.idl
|
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
|
| index 9537778eb9034872cbca02318fd3cce16b675b0a..9797d2e96644c6898c5a68eb83b05b6d6037b2aa 100644
|
| --- a/Source/core/dom/Document.idl
|
| +++ b/Source/core/dom/Document.idl
|
| @@ -128,7 +128,7 @@ interface Document : Node {
|
|
|
| [PerWorldBindings] NodeList getElementsByName(DOMString elementName);
|
|
|
| - [PutForwards=href] readonly attribute Location location;
|
| + [PutForwards=href, Unforgeable] readonly attribute Location location;
|
|
|
| // IE extensions
|
| [MeasureAs=DocumentCharset, TreatReturnedNullStringAs=Undefined, TreatNullAs=NullString] attribute DOMString charset;
|
|
|