| Index: Source/core/frame/Location.idl
|
| diff --git a/Source/core/frame/Location.idl b/Source/core/frame/Location.idl
|
| index 99a3ae98706465d8b6431526402173ba828483b9..9ceca267619e2e953395c21a7799975e8eacd88b 100644
|
| --- a/Source/core/frame/Location.idl
|
| +++ b/Source/core/frame/Location.idl
|
| @@ -52,9 +52,8 @@
|
|
|
| readonly attribute DOMString origin;
|
|
|
| - readonly attribute DOMStringList ancestorOrigins;
|
| + [Unforgeable] readonly attribute DOMStringList ancestorOrigins;
|
|
|
| [NotEnumerable, Unforgeable, ImplementedAs=href] DOMString toString();
|
| [NotEnumerable, Custom, Unforgeable] any valueOf();
|
| };
|
| -
|
|
|