* html/HTMLSelectElement.cpp:
(WebCore::HTMLSelectElement::listBoxDefaultEventHandler):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@17500
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-10-31 Adele Peterson <adele@apple.com>
+
+ Removed commented out variable from last checkin.
+
+ * html/HTMLSelectElement.cpp:
+ (WebCore::HTMLSelectElement::listBoxDefaultEventHandler):
+
2006-10-31 Brady Eidson <beidson@apple.com>
Build fix (unused variable in release builds)
return;
String keyIdentifier = static_cast<KeyboardEvent*>(evt)->keyIdentifier();
- int endIndex = 0;
- //const Vector<HTMLElement*>& items = listItems();
-
+ int endIndex = 0;
if (m_activeSelectionEndIndex < 0) {
// Initialize the end index
if (keyIdentifier == "Down")