| Index: Source/core/rendering/RenderListBox.h
|
| diff --git a/Source/core/rendering/RenderListBox.h b/Source/core/rendering/RenderListBox.h
|
| index ab659050207e06d38f34d1fbb6725c12e1353092..1d735c627718869db540cbd3f61c9aaa34af137a 100644
|
| --- a/Source/core/rendering/RenderListBox.h
|
| +++ b/Source/core/rendering/RenderListBox.h
|
| @@ -107,7 +107,7 @@ private:
|
| virtual IntPoint scrollPosition() const OVERRIDE;
|
| virtual void setScrollOffset(const IntPoint&) OVERRIDE;
|
| virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE;
|
| - virtual bool isActive() const OVERRIDE;
|
| + virtual bool isActiveFocus() const OVERRIDE;
|
| virtual bool isScrollCornerVisible() const OVERRIDE { return false; } // We don't support resize on list boxes yet. If we did these would have to change.
|
| virtual IntRect scrollCornerRect() const OVERRIDE { return IntRect(); }
|
| virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE { }
|
|
|