Title: [91149] trunk/Source/WebCore
- Revision
- 91149
- Author
- [email protected]
- Date
- 2011-07-16 05:37:41 -0700 (Sat, 16 Jul 2011)
Log Message
WinCE build fix. Unreviewed.
* dom/SelectElement.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (91148 => 91149)
--- trunk/Source/WebCore/ChangeLog 2011-07-16 07:33:14 UTC (rev 91148)
+++ trunk/Source/WebCore/ChangeLog 2011-07-16 12:37:41 UTC (rev 91149)
@@ -1,3 +1,9 @@
+2011-07-16 Jon Honeycutt <[email protected]>
+
+ WinCE build fix. Unreviewed.
+
+ * dom/SelectElement.cpp:
+
2011-07-16 Kulanthaivel Palanichamy <[email protected]>
Reviewed by Nikolas Zimmermann.
Modified: trunk/Source/WebCore/dom/SelectElement.cpp (91148 => 91149)
--- trunk/Source/WebCore/dom/SelectElement.cpp 2011-07-16 07:33:14 UTC (rev 91148)
+++ trunk/Source/WebCore/dom/SelectElement.cpp 2011-07-16 12:37:41 UTC (rev 91149)
@@ -558,7 +558,7 @@
element->setNeedsStyleRecalc();
}
-#if !PLATFORM(WIN)
+#if !PLATFORM(WIN) || OS(WINCE)
bool SelectElement::platformHandleKeydownEvent(SelectElementData& data, Element* element, KeyboardEvent* event)
{
#if ARROW_KEYS_POP_MENU
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes