Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(470)

Unified Diff: Source/core/html/HTMLFrameElement.idl

Issue 1219463004: Add a use counter for HTMLFrameElement.getSVGDocument() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
};
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698