Index: third_party/WebKit/Source/core/frame/Location.idl |
diff --git a/third_party/WebKit/Source/core/frame/Location.idl b/third_party/WebKit/Source/core/frame/Location.idl |
index a2760f6536d75beee8f4d18b982cbe0c365a836e..02bf37b7a18aa559a096dfa0ccbf8929342f9913 100644 |
--- a/third_party/WebKit/Source/core/frame/Location.idl |
+++ b/third_party/WebKit/Source/core/frame/Location.idl |
@@ -41,8 +41,8 @@ |
[CallWith=(CurrentWindow,EnteredWindow), DoNotCheckSecurity, RaisesException] void replace(DOMString url); |
[CallWith=CurrentWindow] void reload(); |
- // TODO(foolip): ancestorOrigins should have [SameObject] and be of type |
- // DOMString[], i.e. it should return the same array every time. |
+ // TODO(foolip): |ancestorOrigins| should have [Unforgeable, SameObject] and |
+ // be of type FrozenArray<USVString>. |
[Measure] readonly attribute DOMStringList ancestorOrigins; |
// TODO(foolip): Per spec, Location implements URLUtils. The below is |