| Index: Source/core/html/HTMLLegendElement.idl
|
| diff --git a/Source/core/html/HTMLLegendElement.idl b/Source/core/html/HTMLLegendElement.idl
|
| index 0e89ec0b28d2b31b00f040501ebddebe07fae354..d51070699932c103936c8053ae063edda4fdc942 100644
|
| --- a/Source/core/html/HTMLLegendElement.idl
|
| +++ b/Source/core/html/HTMLLegendElement.idl
|
| @@ -20,6 +20,5 @@
|
|
|
| interface HTMLLegendElement : HTMLElement {
|
| readonly attribute HTMLFormElement form;
|
| - [Reflect, TreatNullAs=NullString] attribute DOMString align;
|
| + [Reflect] attribute DOMString align;
|
| };
|
| -
|
|
|