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