diff options
author | Cary Clark <cary@android.com> | 2011-02-14 16:10:15 -0500 |
---|---|---|
committer | Cary Clark <cary@android.com> | 2011-02-14 16:10:15 -0500 |
commit | 35d2bd6c7e3a089eb4a8d6e074f53a13f471289e (patch) | |
tree | dfb4e17bab2ae36979bf039a249f44401ad39577 /WebCore/page/DOMWindow.idl | |
parent | b79179af449789abf223f6257a043e692197eed7 (diff) | |
download | external_webkit-35d2bd6c7e3a089eb4a8d6e074f53a13f471289e.zip external_webkit-35d2bd6c7e3a089eb4a8d6e074f53a13f471289e.tar.gz external_webkit-35d2bd6c7e3a089eb4a8d6e074f53a13f471289e.tar.bz2 |
apply essential security patches
bug:3341457
bug:3341449
Change-Id: I7ba58e63a6bcf992b76eb2f5557c26ff30e63ef6
Diffstat (limited to 'WebCore/page/DOMWindow.idl')
-rw-r--r-- | WebCore/page/DOMWindow.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/page/DOMWindow.idl b/WebCore/page/DOMWindow.idl index 602289b..fe12287 100644 --- a/WebCore/page/DOMWindow.idl +++ b/WebCore/page/DOMWindow.idl @@ -65,7 +65,7 @@ module window { [DoNotCheckDomainSecurity] void focus(); [DoNotCheckDomainSecurity] void blur(); - [DoNotCheckDomainSecurity] void close(); + [DoNotCheckDomainSecurity, CallWith=ScriptExecutionContext] void close(); void print(); void stop(); |