| Index: Source/core/html/HTMLFrameSetElement.idl
|
| diff --git a/Source/core/html/HTMLFrameSetElement.idl b/Source/core/html/HTMLFrameSetElement.idl
|
| index 8781d369c70f15c60672d5762fb84816ceb74e0f..09c262c2f61e5dea5482624b9ead629fdeed3e7d 100644
|
| --- a/Source/core/html/HTMLFrameSetElement.idl
|
| +++ b/Source/core/html/HTMLFrameSetElement.idl
|
| @@ -19,7 +19,7 @@
|
| */
|
|
|
| interface HTMLFrameSetElement : HTMLElement {
|
| - [ImplementedAs=anonymousNamedGetter, OverrideBuiltins, NotEnumerable] getter DOMWindow (DOMString name);
|
| + [ImplementedAs=anonymousNamedGetter, OverrideBuiltins, NotEnumerable] getter Window (DOMString name);
|
| [Reflect] attribute DOMString cols;
|
| [Reflect] attribute DOMString rows;
|
|
|
|
|