Index: Source/core/html/HTMLObjectElement.idl |
diff --git a/Source/core/html/HTMLObjectElement.idl b/Source/core/html/HTMLObjectElement.idl |
index 2393f057dd9220c51b8dcfb10d59dfc4c70d0263..f01b7e8027716946f8bcf0f5202388009e20804d 100644 |
--- a/Source/core/html/HTMLObjectElement.idl |
+++ b/Source/core/html/HTMLObjectElement.idl |
@@ -51,5 +51,5 @@ |
[Custom, NotEnumerable] getter Node (DOMString name); |
[Custom] setter Node (DOMString name, Node value); |
- [CheckSecurity=Node, RaisesException] SVGDocument getSVGDocument(); |
+ [CheckSecurity=Node, RaisesException] Document getSVGDocument(); |
}; |