| Index: core/html/HTMLLabelElement.idl
|
| diff --git a/core/html/HTMLLabelElement.idl b/core/html/HTMLLabelElement.idl
|
| index fa37360b775f73c6f7867785075cde64473ffe3e..d249897546745f984afb5848dfdbd18e7906ef6e 100644
|
| --- a/core/html/HTMLLabelElement.idl
|
| +++ b/core/html/HTMLLabelElement.idl
|
| @@ -20,7 +20,7 @@
|
|
|
| interface HTMLLabelElement : HTMLElement {
|
| readonly attribute HTMLFormElement form;
|
| - [Reflect=for] attribute DOMString htmlFor;
|
| + [Reflect=for, TreatNullAs=NullString] attribute DOMString htmlFor;
|
| readonly attribute HTMLElement control;
|
| };
|
|
|
|
|