Index: Source/core/html/HTMLOptGroupElement.idl |
diff --git a/Source/core/html/HTMLOptGroupElement.idl b/Source/core/html/HTMLOptGroupElement.idl |
index d95f73829747939ea6a0d3fd551b85516e8fc69b..c06ee82a4aeb08f9c9acb7d7fe2c4b18cd265c33 100644 |
--- a/Source/core/html/HTMLOptGroupElement.idl |
+++ b/Source/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; |
}; |
- |