Index: Source/core/svg/SVGDocument.idl |
diff --git a/Source/core/svg/SVGDocument.idl b/Source/core/svg/SVGDocument.idl |
index dced4119455eaead2fb82ff0317eb613883a694c..7f91e93369dc4504325f45a5918fa2ac3a9dcf9f 100644 |
--- a/Source/core/svg/SVGDocument.idl |
+++ b/Source/core/svg/SVGDocument.idl |
@@ -19,7 +19,8 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
-interface SVGDocument : Document { |
+// FIXME: This interface no longer exists in SVG2. |
+interface SVGDocument : XMLDocument { |
readonly attribute SVGSVGElement rootElement; |
// Overwrite the one in events::DocumentEvent |