Title: [99344] trunk/Source/WebCore
- Revision
- 99344
- Author
- [email protected]
- Date
- 2011-11-04 18:26:31 -0700 (Fri, 04 Nov 2011)
Log Message
Potential Unused Param Build Issue
https://bugs.webkit.org/show_bug.cgi?id=71598
Patch by Joseph Pecoraro <[email protected]> on 2011-11-04
Reviewed by Kent Tamura.
* html/HTMLSelectElement.cpp:
(WebCore::HTMLSelectElement::platformHandleKeydownEvent):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (99343 => 99344)
--- trunk/Source/WebCore/ChangeLog 2011-11-05 01:20:20 UTC (rev 99343)
+++ trunk/Source/WebCore/ChangeLog 2011-11-05 01:26:31 UTC (rev 99344)
@@ -1,3 +1,13 @@
+2011-11-04 Joseph Pecoraro <[email protected]>
+
+ Potential Unused Param Build Issue
+ https://bugs.webkit.org/show_bug.cgi?id=71598
+
+ Reviewed by Kent Tamura.
+
+ * html/HTMLSelectElement.cpp:
+ (WebCore::HTMLSelectElement::platformHandleKeydownEvent):
+
2011-11-04 Stephen Chenney <[email protected]>
Crash in ScrollAnimator.cpp
Modified: trunk/Source/WebCore/html/HTMLSelectElement.cpp (99343 => 99344)
--- trunk/Source/WebCore/html/HTMLSelectElement.cpp 2011-11-05 01:20:20 UTC (rev 99343)
+++ trunk/Source/WebCore/html/HTMLSelectElement.cpp 2011-11-05 01:26:31 UTC (rev 99344)
@@ -990,6 +990,8 @@
}
return true;
}
+#else
+ UNUSED_PARAM(event);
#endif
return false;
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes