Index: Source/core/page/ChromeClient.h |
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h |
index b994501822d924433a6f81d4653390c10e9af5e0..2259efe77eaeac0659a61a0ae2a6bc10d8206eb4 100644 |
--- a/Source/core/page/ChromeClient.h |
+++ b/Source/core/page/ChromeClient.h |
@@ -39,7 +39,6 @@ |
#include "platform/scroll/ScrollTypes.h" |
#include "wtf/Forward.h" |
#include "wtf/PassOwnPtr.h" |
-#include "wtf/UnusedParam.h" |
#include "wtf/Vector.h" |
@@ -248,7 +247,7 @@ public: |
PromptDialog = 2, |
HTMLDialog = 3 |
}; |
- virtual bool shouldRunModalDialogDuringPageDismissal(const DialogType&, const String& dialogMessage, Document::PageDismissalType) const { UNUSED_PARAM(dialogMessage); return true; } |
+ virtual bool shouldRunModalDialogDuringPageDismissal(const DialogType&, const String&, Document::PageDismissalType) const { return true; } |
virtual void numWheelEventHandlersChanged(unsigned) = 0; |