| Index: core/html/HTMLObjectElement.idl
|
| diff --git a/core/html/HTMLObjectElement.idl b/core/html/HTMLObjectElement.idl
|
| index a936771f2bad3236c3ffaed226dfcb11c8d89b39..d0f6261580a4b591d682c0f9e6f93c2a6df1a330 100644
|
| --- a/core/html/HTMLObjectElement.idl
|
| +++ b/core/html/HTMLObjectElement.idl
|
| @@ -33,9 +33,9 @@
|
| [ImplementedAs=formOwner] readonly attribute HTMLFormElement? form;
|
| [Reflect] attribute DOMString width;
|
| [Reflect] attribute DOMString height;
|
| - [CheckSecurity=Node] readonly attribute Document? contentDocument;
|
| + [CheckSecurity=ReturnValue] readonly attribute Document? contentDocument;
|
| // TODO(philipj): readonly attribute WindowProxy? contentWindow;
|
| - [CheckSecurity=Node, RaisesException] Document? getSVGDocument();
|
| + [CheckSecurity=ReturnValue, RaisesException] Document? getSVGDocument();
|
|
|
| readonly attribute boolean willValidate;
|
| readonly attribute ValidityState validity;
|
|
|