Index: Source/core/html/HTMLFrameElement.idl |
diff --git a/Source/core/html/HTMLFrameElement.idl b/Source/core/html/HTMLFrameElement.idl |
index fafb809e824689fde9e6c1cbb1afd8225bda5f6d..819bc6c9257cc1725787bf8f8e091ec6084e0656 100644 |
--- a/Source/core/html/HTMLFrameElement.idl |
+++ b/Source/core/html/HTMLFrameElement.idl |
@@ -35,5 +35,5 @@ interface HTMLFrameElement : HTMLElement { |
// FIXME: The spec defines getSVGDocument() for HTMLIFrameElement, |
// HTMLEmbedElement and HTMLObjectElement, but not here. |
- [CheckSecurity=Node, RaisesException] Document? getSVGDocument(); |
+ [Measure, CheckSecurity=Node, RaisesException] Document? getSVGDocument(); |
}; |