Index: Source/core/svg/SVGDocument.idl |
diff --git a/Source/core/svg/SVGDocument.idl b/Source/core/svg/SVGDocument.idl |
index 7f91e93369dc4504325f45a5918fa2ac3a9dcf9f..0f1dafc1b167fc841afa4fd754c8e47aa26c2dc8 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 { |
- readonly attribute SVGSVGElement rootElement; |
- |
- // Overwrite the one in events::DocumentEvent |
- [RaisesException] Event createEvent([Default=Undefined] optional DOMString eventType); |
+partial interface Document { |
+ [MeasureAs=SVGDocumentRootElement] readonly attribute SVGSVGElement rootElement; |
}; |