| Index: Source/core/html/HTMLFrameSetElement.idl
|
| diff --git a/Source/core/html/HTMLFrameSetElement.idl b/Source/core/html/HTMLFrameSetElement.idl
|
| index 348251ce7c900a3edbdd392809ce48fdb26ae0cd..4ad6d68f831055d0b3b3c301051f02e3dbdc6ff7 100644
|
| --- a/Source/core/html/HTMLFrameSetElement.idl
|
| +++ b/Source/core/html/HTMLFrameSetElement.idl
|
| @@ -18,9 +18,8 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -[
|
| - CustomNamedGetter
|
| -] interface HTMLFrameSetElement : HTMLElement {
|
| +interface HTMLFrameSetElement : HTMLElement {
|
| + [ImplementedAs=anonymousNamedGetter, DoNotCheckJSProperty] getter DOMWindow (DOMString name);
|
| [Reflect] attribute DOMString cols;
|
| [Reflect] attribute DOMString rows;
|
|
|
|
|