Index: core/html/HTMLDivElement.idl |
diff --git a/core/html/HTMLDivElement.idl b/core/html/HTMLDivElement.idl |
index b2eeb3d165b01611164af3dbe6c35b1167dc7cd4..f8ab12231b0f98cf6a6baaf8b8284929ea00de6a 100644 |
--- a/core/html/HTMLDivElement.idl |
+++ b/core/html/HTMLDivElement.idl |
@@ -17,8 +17,6 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
-[ |
-] interface HTMLDivElement : HTMLElement { |
- [Reflect, TreatNullAs=NullString] attribute DOMString align; |
+interface HTMLDivElement : HTMLElement { |
+ [Reflect] attribute DOMString align; |
}; |
- |