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