Index: webkit/tools/test_shell/test_shell.h |
=================================================================== |
--- webkit/tools/test_shell/test_shell.h (revision 2301) |
+++ webkit/tools/test_shell/test_shell.h (working copy) |
@@ -192,6 +192,8 @@ |
static void ResetWebPreferences(); |
+ static void SetAllowScriptsToCloseWindows(); |
+ |
WebPreferences* GetWebPreferences() { return web_prefs_; } |
// Some layout tests hardcode a file:///tmp/LayoutTests URL. We get around |