| Index: Source/core/dom/URLUtils.idl
|
| diff --git a/Source/core/dom/URLUtils.idl b/Source/core/dom/URLUtils.idl
|
| index 5f0e115ab1229956fb0280bb2e5a03e6da5ef2e1..6bb5c2abddb57add6755d2995a123bd8a0d7154e 100644
|
| --- a/Source/core/dom/URLUtils.idl
|
| +++ b/Source/core/dom/URLUtils.idl
|
| @@ -30,7 +30,7 @@
|
| ] interface URLUtils {
|
| // FIXME: should be stringifier: http://crbug.com/306606
|
| // stringifier attribute ScalarValueString href;
|
| - attribute ScalarValueString href;
|
| + [PerWorldBindings, LogActivity=SetterOnly, LogPreviousValue] attribute ScalarValueString href;
|
| [NotEnumerable, ImplementedAs=href] ScalarValueString toString();
|
| readonly attribute ScalarValueString origin;
|
|
|
|
|