| Index: Source/core/layout/LayoutThemeMac.mm
|
| diff --git a/Source/core/layout/LayoutThemeMac.mm b/Source/core/layout/LayoutThemeMac.mm
|
| index 18361664537c913f18c85a6012b8eb41567c9f83..70ffb6c5a6d403f3a98e6faafedd773b0c13dab2 100644
|
| --- a/Source/core/layout/LayoutThemeMac.mm
|
| +++ b/Source/core/layout/LayoutThemeMac.mm
|
| @@ -1128,7 +1128,7 @@ void LayoutThemeMac::adjustMenuListStyle(LayoutStyle& style, Element* e) const
|
| const int autofillPopupHorizontalPadding = 4;
|
|
|
| // These functions are called with MenuListPart or MenulistButtonPart appearance
|
| -// by RenderMenuList, or with TextFieldPart appearance by
|
| +// by LayoutMenuList, or with TextFieldPart appearance by
|
| // AutofillPopupMenuClient. We assume only AutofillPopupMenuClient gives
|
| // TexfieldPart appearance here. We want to change only Autofill padding. In
|
| // the future, we have to separate Autofill popup window logic from WebKit to
|
|
|