Chromium Code Reviews| Index: Source/core/html/HTMLBRElement.idl |
| diff --git a/Source/core/html/HTMLBRElement.idl b/Source/core/html/HTMLBRElement.idl |
| index c909dc1c86699dfc358920bc6a5e30390085354d..7c31dfbe0f0be8dca2c9348051b757601caca2d3 100644 |
| --- a/Source/core/html/HTMLBRElement.idl |
| +++ b/Source/core/html/HTMLBRElement.idl |
| @@ -18,6 +18,6 @@ |
| */ |
| interface HTMLBRElement : HTMLElement { |
| - [Reflect] attribute DOMString clear; |
| + [Reflect, TreatNullAs=NullString] attribute DOMString clear; |
| }; |