Chromium Code Reviews| Index: Source/core/html/HTMLFrameSetElement.idl |
| diff --git a/Source/core/html/HTMLFrameSetElement.idl b/Source/core/html/HTMLFrameSetElement.idl |
| index 348251ce7c900a3edbdd392809ce48fdb26ae0cd..12f5bbc8f5e4aa1b6fb9fe901806a2b160fa92e7 100644 |
| --- a/Source/core/html/HTMLFrameSetElement.idl |
| +++ b/Source/core/html/HTMLFrameSetElement.idl |
| @@ -19,8 +19,8 @@ |
| */ |
| [ |
| - CustomNamedGetter |
| ] interface HTMLFrameSetElement : HTMLElement { |
|
haraken
2013/05/21 14:06:41
Nit: You can remove the empty [].
|
| + [ImplementedAs=anonymousNamedGetter] getter DOMWindow (DOMString name); |
| [Reflect] attribute DOMString cols; |
| [Reflect] attribute DOMString rows; |