summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/frame/location.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/frame/location.idl')
-rw-r--r--chromium/third_party/blink/renderer/core/frame/location.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/frame/location.idl b/chromium/third_party/blink/renderer/core/frame/location.idl
index dd572ee0998..de03a7204b9 100644
--- a/chromium/third_party/blink/renderer/core/frame/location.idl
+++ b/chromium/third_party/blink/renderer/core/frame/location.idl
@@ -46,7 +46,7 @@
// TODO(foolip): |ancestorOrigins| should have [LegacyUnforgeable, SameObject].
[LegacyUnforgeable] readonly attribute DOMStringList ancestorOrigins;
- [Affects=Nothing, SetterCallWith=Isolate, CrossOrigin=Setter, RaisesException=Setter, LegacyUnforgeable] attribute USVString href;
+ [SetterCallWith=Isolate, CrossOrigin=Setter, RaisesException=Setter, LegacyUnforgeable] attribute USVString href;
// TODO(yukishiino): Use [LegacyUnforgeable] stringifier instead of toString.
[LegacyUnforgeable] DOMString toString();
[MeasureAs=LocationOrigin, LegacyUnforgeable] readonly attribute USVString origin;