Index: content/shell/shell_javascript_dialog.h |
diff --git a/content/shell/shell_javascript_dialog.h b/content/shell/shell_javascript_dialog.h |
index a64ba39f7c6b841d5fa246867772bf447d485cad..01e2a5dce69a59b8daeff1e16ef5c8aedd5be612 100644 |
--- a/content/shell/shell_javascript_dialog.h |
+++ b/content/shell/shell_javascript_dialog.h |
@@ -10,10 +10,8 @@ |
#if defined(OS_MACOSX) |
#if __OBJC__ |
-@class NSAlert; |
@class ShellJavaScriptDialogHelper; |
#else |
-class NSAlert; |
class ShellJavaScriptDialogHelper; |
#endif // __OBJC__ |
#endif // defined(OS_MACOSX) |
@@ -41,7 +39,6 @@ class ShellJavaScriptDialog { |
#if defined(OS_MACOSX) |
ShellJavaScriptDialogHelper* helper_; // owned |
- NSAlert* alert_; // weak, owned by |helper_|. |
#elif defined(OS_WIN) |
ui::JavascriptMessageType message_type_; |
HWND dialog_win_; |