Title: [96908] trunk/Source/WebKit/chromium
- Revision
- 96908
- Author
- [email protected]
- Date
- 2011-10-06 23:19:29 -0700 (Thu, 06 Oct 2011)
Log Message
[Chromium] Build fix for r96907.
* tests/PopupMenuTest.cpp:
(WebKit::TestPopupMenuClient::valueChanged):
Use HTMLSelectElement instead of SelectElement.
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (96907 => 96908)
--- trunk/Source/WebKit/chromium/ChangeLog 2011-10-07 06:05:18 UTC (rev 96907)
+++ trunk/Source/WebKit/chromium/ChangeLog 2011-10-07 06:19:29 UTC (rev 96908)
@@ -1,3 +1,11 @@
+2011-10-06 Kent Tamura <[email protected]>
+
+ [Chromium] Build fix for r96907.
+
+ * tests/PopupMenuTest.cpp:
+ (WebKit::TestPopupMenuClient::valueChanged):
+ Use HTMLSelectElement instead of SelectElement.
+
2011-10-06 Sheriff Bot <[email protected]>
Unreviewed, rolling out r96896.
Modified: trunk/Source/WebKit/chromium/tests/PopupMenuTest.cpp (96907 => 96908)
--- trunk/Source/WebKit/chromium/tests/PopupMenuTest.cpp 2011-10-07 06:05:18 UTC (rev 96907)
+++ trunk/Source/WebKit/chromium/tests/PopupMenuTest.cpp 2011-10-07 06:19:29 UTC (rev 96908)
@@ -36,12 +36,12 @@
#include "Color.h"
#include "Element.h"
#include "FrameView.h"
+#include "HTMLSelectElement.h"
#include "KeyboardCodes.h"
#include "PopupContainer.h"
#include "PopupMenu.h"
#include "PopupMenuClient.h"
#include "PopupMenuChromium.h"
-#include "SelectElement.h"
#include "WebDocument.h"
#include "WebElement.h"
#include "WebFrame.h"
@@ -74,7 +74,7 @@
{
m_selectIndex = listIndex;
if (m_node) {
- SelectElement* select = toSelectElement(static_cast<Element*>(m_node));
+ HTMLSelectElement* select = toSelectElement(static_cast<Element*>(m_node));
select->setSelectedIndexByUser(select->listToOptionIndex(listIndex), true, fireEvents);
}
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes