| Index: Source/core/rendering/RenderMenuList.h | 
| diff --git a/Source/core/rendering/RenderMenuList.h b/Source/core/rendering/RenderMenuList.h | 
| index 311c63f1023622da69e88a283fad3d8a3b1dba2c..672382f8927645a5d6a8349b04f3c2a7d080aac2 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 LayoutFlexibleBox, private PopupMenuClient { | 
|  | 
| @@ -121,7 +121,7 @@ private: | 
|  | 
| void didUpdateActiveOption(int optionIndex); | 
|  | 
| -    RenderText* m_buttonText; | 
| +    LayoutText* m_buttonText; | 
| LayoutBlock* m_innerBlock; | 
|  | 
| bool m_optionsChanged; | 
|  |