Index: Source/core/frame/Location.idl |
diff --git a/Source/core/frame/Location.idl b/Source/core/frame/Location.idl |
index 9ceca267619e2e953395c21a7799975e8eacd88b..6608ad6ee3c1377bcbd9cab82bbb26830e0a63c5 100644 |
--- a/Source/core/frame/Location.idl |
+++ b/Source/core/frame/Location.idl |
@@ -55,5 +55,5 @@ |
[Unforgeable] readonly attribute DOMStringList ancestorOrigins; |
[NotEnumerable, Unforgeable, ImplementedAs=href] DOMString toString(); |
- [NotEnumerable, Custom, Unforgeable] any valueOf(); |
+ [NotEnumerable, CallWith=ThisValue, Unforgeable] any valueOf(); |
}; |