Index: Source/core/rendering/RenderListBox.cpp |
diff --git a/Source/core/rendering/RenderListBox.cpp b/Source/core/rendering/RenderListBox.cpp |
index a9eb086d9a7655c9e43a7d9d2f4cbdfd5c8c68b0..cf3ea2bc40c6ffc542783557f92106f7ceafff20 100644 |
--- a/Source/core/rendering/RenderListBox.cpp |
+++ b/Source/core/rendering/RenderListBox.cpp |
@@ -765,7 +765,7 @@ LayoutRect RenderListBox::controlClipRect(const LayoutPoint& additionalOffset) c |
return clipRect; |
} |
-bool RenderListBox::isActive() const |
+bool RenderListBox::isActiveFocus() const |
{ |
Page* page = frame()->page(); |
return page && page->focusController().isActive(); |