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

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

Issue 1424313004: Remove HTMLFrameElement.prototype.getSVGDocument() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android_webview/tools/WebViewShell/test/webexposed/ Created 5 years, 1 month 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 | « third_party/WebKit/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: third_party/WebKit/Source/core/html/HTMLFrameElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElement.idl b/third_party/WebKit/Source/core/html/HTMLFrameElement.idl
index 819bc6c9257cc1725787bf8f8e091ec6084e0656..bd50b0ce8c12a42f4d99341de782bafebfbb52b0 100644
--- a/third_party/WebKit/Source/core/html/HTMLFrameElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLFrameElement.idl
@@ -32,8 +32,4 @@ interface HTMLFrameElement : HTMLElement {
[Reflect, TreatNullAs=EmptyString] attribute DOMString marginHeight;
[Reflect, TreatNullAs=EmptyString] attribute DOMString marginWidth;
-
- // FIXME: The spec defines getSVGDocument() for HTMLIFrameElement,
- // HTMLEmbedElement and HTMLObjectElement, but not here.
- [Measure, CheckSecurity=Node, RaisesException] Document? getSVGDocument();
};
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698