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

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

Issue 15937013: Remove ENABLE_SVG references from core/html/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/html/HTMLEmbedElement.idl ('k') | Source/core/html/HTMLIFrameElement.idl » ('j') | 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 499142866262013f535c2755e6f1d12b69127b16..ec98564cff6d7a76f99ff28f19aa04ce50187eb8 100644
--- a/Source/core/html/HTMLFrameElement.idl
+++ b/Source/core/html/HTMLFrameElement.idl
@@ -35,9 +35,7 @@ interface HTMLFrameElement : HTMLElement {
// Extensions
readonly attribute DOMWindow contentWindow;
-#if defined(ENABLE_SVG) && ENABLE_SVG
[CheckSecurityForNode, RaisesException] SVGDocument getSVGDocument();
-#endif
[TreatNullAs=NullString, CustomSetter] attribute DOMString location;
« no previous file with comments | « Source/core/html/HTMLEmbedElement.idl ('k') | Source/core/html/HTMLIFrameElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698