diff options
Diffstat (limited to 'content/shell/shell_javascript_dialog_creator.h')
-rw-r--r-- | content/shell/shell_javascript_dialog_creator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_javascript_dialog_creator.h b/content/shell/shell_javascript_dialog_creator.h index 88e5db6..7a99837 100644 --- a/content/shell/shell_javascript_dialog_creator.h +++ b/content/shell/shell_javascript_dialog_creator.h @@ -42,7 +42,7 @@ class ShellJavaScriptDialogCreator : public JavaScriptDialogCreator { void DialogClosed(ShellJavaScriptDialog* dialog); private: -#if defined(OS_MACOSX) +#if defined(OS_MACOSX) || defined(OS_WIN) // The dialog being shown. No queueing. scoped_ptr<ShellJavaScriptDialog> dialog_; #else |