| Index: Source/web/PopupListBox.h
|
| diff --git a/Source/web/PopupListBox.h b/Source/web/PopupListBox.h
|
| index 2f0b0305411b23b8a174aaecca22a59f5c1d655b..94e0eeb06a7f14f56b8a553d42b2674b97aebb38 100644
|
| --- a/Source/web/PopupListBox.h
|
| +++ b/Source/web/PopupListBox.h
|
| @@ -84,7 +84,7 @@ struct PopupItem {
|
|
|
| // This class uses WebCore code to paint and handle events for a drop-down list
|
| // box ("combobox" on Windows).
|
| -class PopupListBox : public FramelessScrollView, public PopupContent {
|
| +class PopupListBox FINAL : public FramelessScrollView, public PopupContent {
|
| public:
|
| static PassRefPtr<PopupListBox> create(PopupMenuClient* client, bool deviceSupportsTouch)
|
| {
|
|
|