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

Unified Diff: Source/core/svg/SVGDocument.idl

Issue 146193003: Remove SVGDocument binding (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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
« Source/core/svg/SVGDocument.cpp ('K') | « Source/core/svg/SVGDocument.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGDocument.idl
diff --git a/Source/core/svg/SVGDocument.idl b/Source/core/svg/SVGDocument.idl
index 7f91e93369dc4504325f45a5918fa2ac3a9dcf9f..6fc142777fdf8f4499cc230b5fbdd3a784b66a72 100644
--- a/Source/core/svg/SVGDocument.idl
+++ b/Source/core/svg/SVGDocument.idl
@@ -19,11 +19,7 @@
* Boston, MA 02110-1301, USA.
*/
-// FIXME: This interface no longer exists in SVG2.
-interface SVGDocument : XMLDocument {
+partial interface XMLDocument {
Inactive 2014/01/24 00:00:38 Spec says we extend Document, not XMLDocument
readonly attribute SVGSVGElement rootElement;
-
- // Overwrite the one in events::DocumentEvent
- [RaisesException] Event createEvent([Default=Undefined] optional DOMString eventType);
};
« Source/core/svg/SVGDocument.cpp ('K') | « Source/core/svg/SVGDocument.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698