| 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 24b40eaaee72b545b656b76302a6717eca2133e0..6f626930e7f583a1719a7037845526b4ebea3438 100644
|
| --- a/third_party/WebKit/Source/core/frame/Location.idl
|
| +++ b/third_party/WebKit/Source/core/frame/Location.idl
|
| @@ -60,7 +60,7 @@
|
| // using DOMString instead of USVString.
|
| [SetterCallWith=(CurrentWindow,EnteredWindow), CrossOrigin=Setter, RaisesException=Setter] attribute DOMString href;
|
| [NotEnumerable, ImplementedAs=href] DOMString toString();
|
| - readonly attribute DOMString origin;
|
| + [MeasureAs=LocationOrigin] readonly attribute DOMString origin;
|
|
|
| [SetterCallWith=(CurrentWindow,EnteredWindow), RaisesException=Setter] attribute DOMString protocol;
|
| [SetterCallWith=(CurrentWindow,EnteredWindow), RaisesException=Setter] attribute DOMString host;
|
|
|