Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: Source/WebCore/html/HTMLFormControlElement.cpp

Issue 13529026: Removing a bunch of unused platform code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebCore/html/HTMLFormControlElement.cpp
diff --git a/Source/WebCore/html/HTMLFormControlElement.cpp b/Source/WebCore/html/HTMLFormControlElement.cpp
index 50d8f5df33137e2046453f0c742391e195b2b7cb..3b393ed3d0ce7fde423ddbfc7138b14344485fe3 100644
--- a/Source/WebCore/html/HTMLFormControlElement.cpp
+++ b/Source/WebCore/html/HTMLFormControlElement.cpp
@@ -333,11 +333,7 @@ bool HTMLFormControlElement::isKeyboardFocusable(KeyboardEvent* event) const
bool HTMLFormControlElement::isMouseFocusable() const
{
-#if PLATFORM(GTK) || PLATFORM(QT)
- return HTMLElement::isMouseFocusable();
-#else
return false;
-#endif
}
short HTMLFormControlElement::tabIndex() const

Powered by Google App Engine
This is Rietveld 408576698