Index: content/shell/shell_javascript_dialog_creator.h |
diff --git a/content/shell/shell_javascript_dialog_creator.h b/content/shell/shell_javascript_dialog_creator.h |
index 88e5db653d2f9bd30a950197ad5ee5de514620f1..7a998371f40ada47007973c96b41562c9826238a 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 |