| Index: Source/core/html/HTMLFrameElement.idl
|
| diff --git a/Source/core/html/HTMLFrameElement.idl b/Source/core/html/HTMLFrameElement.idl
|
| index 364ffba22aa23350fe095183999ffe695560c538..619801b6a350cd230a4a116ec452d9f9a050c9f5 100644
|
| --- a/Source/core/html/HTMLFrameElement.idl
|
| +++ b/Source/core/html/HTMLFrameElement.idl
|
| @@ -37,6 +37,6 @@ interface HTMLFrameElement : HTMLElement {
|
|
|
| [CheckSecurity=Node, RaisesException] Document getSVGDocument();
|
|
|
| - readonly attribute long width;
|
| - readonly attribute long height;
|
| + [MeasureAs=HTMLFrameElementWidth] readonly attribute long width;
|
| + [MeasureAs=HTMLFrameElementHeight] readonly attribute long height;
|
| };
|
|
|