Chromium Code Reviews| Index: core/html/HTMLUListElement.idl |
| diff --git a/core/html/HTMLUListElement.idl b/core/html/HTMLUListElement.idl |
| index e40350d83d1d84d4b4720ccc5c1cc75c20561511..1dc6b6dc7dd1d39dba2dc2a734dd97581d204317 100644 |
| --- a/core/html/HTMLUListElement.idl |
| +++ b/core/html/HTMLUListElement.idl |
| @@ -19,6 +19,6 @@ |
| interface HTMLUListElement : HTMLElement { |
| [Reflect] attribute boolean compact; |
| - [Reflect] attribute DOMString type; |
| + [Reflect, TreatNullAs=NullString] attribute DOMString type; |
| }; |