aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_bindings/webidls/Window.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script_bindings/webidls/Window.webidl')
-rw-r--r--components/script_bindings/webidls/Window.webidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script_bindings/webidls/Window.webidl b/components/script_bindings/webidls/Window.webidl
index 81c442b119f..eb7c3e1d03d 100644
--- a/components/script_bindings/webidls/Window.webidl
+++ b/components/script_bindings/webidls/Window.webidl
@@ -27,8 +27,8 @@
[CrossOriginCallable] undefined close();
[CrossOriginReadable] readonly attribute boolean closed;
undefined stop();
- //[CrossOriginCallable] void focus();
- //[CrossOriginCallable] void blur();
+ [CrossOriginCallable] undefined focus();
+ [CrossOriginCallable] undefined blur();
// other browsing contexts
[Replaceable, CrossOriginReadable] readonly attribute WindowProxy frames;