Index: Source/core/frame/Location.idl |
diff --git a/Source/core/frame/Location.idl b/Source/core/frame/Location.idl |
index 2b5ff2b2c55dd15f38f50548b3e97dd53c56a7f2..b11f6929f8f4fd941ab7ed81aa87399da09f45c8 100644 |
--- a/Source/core/frame/Location.idl |
+++ b/Source/core/frame/Location.idl |
@@ -53,7 +53,7 @@ |
readonly attribute DOMString origin; |
- readonly attribute DOMStringList ancestorOrigins; |
+ [Measure] readonly attribute DOMStringList ancestorOrigins; |
[NotEnumerable, ImplementedAs=href] DOMString toString(); |
[NotEnumerable, CallWith=ThisValue] any valueOf(); |