| Index: core/html/HTMLEmbedElement.idl
|
| diff --git a/core/html/HTMLEmbedElement.idl b/core/html/HTMLEmbedElement.idl
|
| index 57595065e34a24ad45dae32e0b6327b1607a64aa..5def601db86859ba7fa1c6648e660a1acb55eeaf 100644
|
| --- a/core/html/HTMLEmbedElement.idl
|
| +++ b/core/html/HTMLEmbedElement.idl
|
| @@ -29,7 +29,7 @@
|
| [Reflect] attribute DOMString type;
|
| [Reflect] attribute DOMString width;
|
| [Reflect] attribute DOMString height;
|
| - [CheckSecurity=Node, RaisesException] Document? getSVGDocument();
|
| + [CheckSecurity=ReturnValue, RaisesException] Document? getSVGDocument();
|
| // FIXME: The spec has a legacycaller any (any... arguments); crbug.com/465009
|
|
|
| // obsolete members
|
|
|