| Index: sky/engine/core/html/HTMLAnchorElement.idl
|
| diff --git a/sky/engine/core/html/HTMLAnchorElement.idl b/sky/engine/core/html/HTMLAnchorElement.idl
|
| index 048861096524f366548764e41255b61a7f185b29..172575095b97cc5520122fab0507d92d27d3c1f3 100644
|
| --- a/sky/engine/core/html/HTMLAnchorElement.idl
|
| +++ b/sky/engine/core/html/HTMLAnchorElement.idl
|
| @@ -3,5 +3,5 @@
|
| // found in the LICENSE file.
|
|
|
| interface HTMLAnchorElement : HTMLElement {
|
| - attribute ScalarValueString href;
|
| + attribute DOMString href;
|
| };
|
|
|