Chromium Code Reviews| 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 6f626930e7f583a1719a7037845526b4ebea3438..ba72bee4d62309fe910ab582a9cf37fa001790d6 100644 |
| --- a/third_party/WebKit/Source/core/frame/Location.idl |
| +++ b/third_party/WebKit/Source/core/frame/Location.idl |
| @@ -30,6 +30,7 @@ |
| [ |
| CheckSecurity=Receiver, |
| + DependentLifetime, |
| Unforgeable, |
| ] interface Location { |
| // |assign| is *NOT* cross-origin accessible in the spec, but it needs |