Chromium Code Reviews| Index: Source/WebCore/page/DOMWindow.idl |
| =================================================================== |
| --- Source/WebCore/page/DOMWindow.idl (revision 107299) |
| +++ Source/WebCore/page/DOMWindow.idl (working copy) |
| @@ -61,7 +61,7 @@ |
| DOMSelection getSelection(); |
| - readonly attribute [CheckNodeSecurity] Element frameElement; |
| + readonly attribute [CheckAccessToNode] Element frameElement; |
| [DoNotCheckDomainSecurity] void focus(); |
| [DoNotCheckDomainSecurity] void blur(); |