Index: Source/core/html/HTMLFrameElement.idl |
diff --git a/Source/core/html/HTMLFrameElement.idl b/Source/core/html/HTMLFrameElement.idl |
index f89020c67dca4014fb007160c42c13aaf2be3d54..67671a443d63db1f53a71d59aff151a7757d9bc0 100644 |
--- a/Source/core/html/HTMLFrameElement.idl |
+++ b/Source/core/html/HTMLFrameElement.idl |
@@ -22,8 +22,8 @@ interface HTMLFrameElement : HTMLElement { |
[Reflect] attribute DOMString frameBorder; |
[Reflect, URL] attribute DOMString longDesc; |
- [Reflect, TreatNullAs=NullString] attribute DOMString marginHeight; |
- [Reflect, TreatNullAs=NullString] attribute DOMString marginWidth; |
+ [Reflect, TreatNullAs=EmptyString] attribute DOMString marginHeight; |
+ [Reflect, TreatNullAs=EmptyString] attribute DOMString marginWidth; |
[Reflect] attribute DOMString name; |
[Reflect] attribute boolean noResize; |
[Reflect] attribute DOMString scrolling; |