| Index: core/html/HTMLOptGroupElement.idl
|
| diff --git a/core/html/HTMLOptGroupElement.idl b/core/html/HTMLOptGroupElement.idl
|
| index 26a782fd5c79a51af7abafd9d5b014ad870715c9..d95f73829747939ea6a0d3fd551b85516e8fc69b 100644
|
| --- a/core/html/HTMLOptGroupElement.idl
|
| +++ b/core/html/HTMLOptGroupElement.idl
|
| @@ -19,6 +19,6 @@
|
|
|
| interface HTMLOptGroupElement : HTMLElement {
|
| [Reflect] attribute boolean disabled;
|
| - [Reflect] attribute DOMString label;
|
| + [Reflect, TreatNullAs=NullString] attribute DOMString label;
|
| };
|
|
|
|
|