| Index: third_party/WebCore/page/Location.idl
|
| diff --git a/third_party/WebCore/page/Location.idl b/third_party/WebCore/page/Location.idl
|
| index 4f196fc0d369afd972ce4f5e9e7b71616d7e18f4..1f1703af6a56b709f65ed0d9e8fdabac60be5a72 100644
|
| --- a/third_party/WebCore/page/Location.idl
|
| +++ b/third_party/WebCore/page/Location.idl
|
| @@ -64,6 +64,8 @@ module window {
|
| readonly attribute DOMString origin;
|
| #endif
|
|
|
| + readonly attribute DOMStringList ancestorOrigins;
|
| +
|
| #if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
|
| [NotEnumerable, Custom, V8Unforgeable, V8ReadOnly, ImplementedAs=toStringFunction] DOMString toString();
|
| #endif
|
|
|