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