| Index: core/html/HTMLBaseElement.idl
|
| diff --git a/core/html/HTMLBaseElement.idl b/core/html/HTMLBaseElement.idl
|
| index 408e129c89dec4bca8a90adb5f8a052683ba0457..87e614f6f9ee80dc44a68296bc1432b63a77aeee 100644
|
| --- a/core/html/HTMLBaseElement.idl
|
| +++ b/core/html/HTMLBaseElement.idl
|
| @@ -18,6 +18,6 @@
|
| */
|
|
|
| interface HTMLBaseElement : HTMLElement {
|
| - [TreatNullAs=NullString] attribute DOMString href;
|
| - [Reflect, TreatNullAs=NullString] attribute DOMString target;
|
| + attribute DOMString href;
|
| + [Reflect] attribute DOMString target;
|
| };
|
|
|