| Index: Source/core/rendering/RenderMenuList.h
|
| diff --git a/Source/core/rendering/RenderMenuList.h b/Source/core/rendering/RenderMenuList.h
|
| index 5ef7b23b38403091385f4946fa6470a2e961e3cb..26d077d80d77560c19c225f61a4d0cc16de5d932 100644
|
| --- a/Source/core/rendering/RenderMenuList.h
|
| +++ b/Source/core/rendering/RenderMenuList.h
|
| @@ -32,7 +32,7 @@
|
| namespace blink {
|
|
|
| class HTMLSelectElement;
|
| -class RenderText;
|
| +class LayoutText;
|
|
|
| class RenderMenuList final : public RenderFlexibleBox, private PopupMenuClient {
|
|
|
| @@ -121,7 +121,7 @@ private:
|
|
|
| void didUpdateActiveOption(int optionIndex);
|
|
|
| - RenderText* m_buttonText;
|
| + LayoutText* m_buttonText;
|
| RenderBlock* m_innerBlock;
|
|
|
| bool m_optionsChanged;
|
|
|