Index: Source/core/html/HTMLFrameElement.idl |
diff --git a/Source/core/html/HTMLFrameElement.idl b/Source/core/html/HTMLFrameElement.idl |
index 67671a443d63db1f53a71d59aff151a7757d9bc0..13c840cb7632bc783cb73d95fccb7107e6f6c1fb 100644 |
--- a/Source/core/html/HTMLFrameElement.idl |
+++ b/Source/core/html/HTMLFrameElement.idl |
@@ -36,7 +36,4 @@ interface HTMLFrameElement : HTMLElement { |
readonly attribute Window contentWindow; |
[CheckSecurity=Node, RaisesException] Document getSVGDocument(); |
- |
- [MeasureAs=HTMLFrameElementWidth] readonly attribute long width; |
- [MeasureAs=HTMLFrameElementHeight] readonly attribute long height; |
}; |