| Index: Source/core/html/HTMLFrameSetElement.idl
|
| diff --git a/Source/core/html/HTMLFrameSetElement.idl b/Source/core/html/HTMLFrameSetElement.idl
|
| index 0a356846b4e613d608968f800e57af1358ba2127..8a09ca1bfe0723ede49f792a4cb30fe2783ad710 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] attribute DOMString cols;
|
| - [Reflect] attribute DOMString rows;
|
| + [Reflect, TreatNullAs=NullString] attribute DOMString cols;
|
| + [Reflect, TreatNullAs=NullString] attribute DOMString rows;
|
|
|
| // Event handler attributes
|
| [NotEnumerable] attribute EventHandler onbeforeunload;
|
|
|