Index: Source/core/dom/XMLDocument.idl |
diff --git a/Source/core/dom/XMLDocument.idl b/Source/core/dom/XMLDocument.idl |
index 09e0af25fceea78cc7d6fbe4bee48a9f185ec884..a41fb18aad2c25448f87c79cce4e505cd5d907e3 100644 |
--- a/Source/core/dom/XMLDocument.idl |
+++ b/Source/core/dom/XMLDocument.idl |
@@ -23,7 +23,5 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- SpecialWrapFor=SVGDocument |
-] interface XMLDocument : Document { |
+interface XMLDocument : Document { |
}; |