Title: [102428] trunk/Source/WebCore
- Revision
- 102428
- Author
- [email protected]
- Date
- 2011-12-08 21:00:25 -0800 (Thu, 08 Dec 2011)
Log Message
Build fix for r102419.
https://bugs.webkit.org/show_bug.cgi?id=73916
* platform/PopupMenuClient.h:
(WebCore::PopupMenuClient::listBoxSelectItem):
Remove unused argument names.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (102427 => 102428)
--- trunk/Source/WebCore/ChangeLog 2011-12-09 04:51:22 UTC (rev 102427)
+++ trunk/Source/WebCore/ChangeLog 2011-12-09 05:00:25 UTC (rev 102428)
@@ -1,3 +1,12 @@
+2011-12-08 Kent Tamura <[email protected]>
+
+ Build fix for r102419.
+ https://bugs.webkit.org/show_bug.cgi?id=73916
+
+ * platform/PopupMenuClient.h:
+ (WebCore::PopupMenuClient::listBoxSelectItem):
+ Remove unused argument names.
+
2011-12-08 Kentaro Hara <[email protected]>
Unreviewed. Rebaselined run-bindings-tests results.
Modified: trunk/Source/WebCore/platform/PopupMenuClient.h (102427 => 102428)
--- trunk/Source/WebCore/platform/PopupMenuClient.h 2011-12-09 04:51:22 UTC (rev 102427)
+++ trunk/Source/WebCore/platform/PopupMenuClient.h 2011-12-09 05:00:25 UTC (rev 102428)
@@ -63,7 +63,7 @@
virtual bool valueShouldChangeOnHotTrack() const = 0;
virtual void setTextFromItem(unsigned listIndex) = 0;
- virtual void listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow = true) { ASSERT_NOT_REACHED(); }
+ virtual void listBoxSelectItem(int /*listIndex*/, bool /*allowMultiplySelections*/, bool /*shift*/, bool /*fireOnChangeNow*/ = true) { ASSERT_NOT_REACHED(); }
virtual bool multiple()
{
ASSERT_NOT_REACHED();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes