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.webidl1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script_bindings/webidls/Window.webidl b/components/script_bindings/webidls/Window.webidl
index d42ba22ea66..81c442b119f 100644
--- a/components/script_bindings/webidls/Window.webidl
+++ b/components/script_bindings/webidls/Window.webidl
@@ -148,6 +148,7 @@ partial interface Window {
partial interface Window {
// Shouldn't be public, but just to make things work for now
undefined webdriverCallback(optional any result);
+ undefined webdriverException(optional any result);
undefined webdriverTimeout();
};