| Index: Source/core/html/HTMLBaseElement.idl
|
| diff --git a/Source/core/html/HTMLBaseElement.idl b/Source/core/html/HTMLBaseElement.idl
|
| index 4d9d39f0f450979517af37f391ec9c0946444fd2..408e129c89dec4bca8a90adb5f8a052683ba0457 100644
|
| --- a/Source/core/html/HTMLBaseElement.idl
|
| +++ b/Source/core/html/HTMLBaseElement.idl
|
| @@ -19,5 +19,5 @@
|
|
|
| interface HTMLBaseElement : HTMLElement {
|
| [TreatNullAs=NullString] attribute DOMString href;
|
| - [Reflect] attribute DOMString target;
|
| + [Reflect, TreatNullAs=NullString] attribute DOMString target;
|
| };
|
|
|