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