Index: Source/core/html/HTMLFrameSetElement.idl |
diff --git a/Source/core/html/HTMLFrameSetElement.idl b/Source/core/html/HTMLFrameSetElement.idl |
index b1ec56fa2a3dd47aace9bffe90bc7dc8bb385cde..38a5f21424bd288d0cf23f1aa1f06e76c2b46a0c 100644 |
--- a/Source/core/html/HTMLFrameSetElement.idl |
+++ b/Source/core/html/HTMLFrameSetElement.idl |
@@ -20,8 +20,8 @@ |
interface HTMLFrameSetElement : HTMLElement { |
[ImplementedAs=anonymousNamedGetter, OverrideBuiltins, NotEnumerable] getter Window (DOMString name); |
- [Reflect, TreatNullAs=NullString] attribute DOMString cols; |
- [Reflect, TreatNullAs=NullString] attribute DOMString rows; |
+ [Reflect] attribute DOMString cols; |
+ [Reflect] attribute DOMString rows; |
[Conditional=ORIENTATION_EVENTS] attribute EventHandler onorientationchange; |