| Index: Source/core/html/forms/PopupMenuClient.h
|
| diff --git a/Source/core/html/forms/PopupMenuClient.h b/Source/core/html/forms/PopupMenuClient.h
|
| index c1798a9f72cfd34219517488ae7beb1af5de81c8..2aca3cc64b5f741bc3fa0f1ed613e8be2e494bea 100644
|
| --- a/Source/core/html/forms/PopupMenuClient.h
|
| +++ b/Source/core/html/forms/PopupMenuClient.h
|
| @@ -53,7 +53,7 @@ public:
|
| virtual bool itemIsSeparator(unsigned listIndex) const = 0;
|
| virtual bool itemIsLabel(unsigned listIndex) const = 0;
|
| virtual bool itemIsSelected(unsigned listIndex) const = 0;
|
| - virtual void setTextFromItem(unsigned listIndex) = 0;
|
| + virtual void setProvisionallySelectedListIndex(unsigned) = 0;
|
| virtual IntRect elementRectRelativeToViewport() const = 0;
|
| virtual Element& ownerElement() const = 0;
|
| virtual const LayoutStyle* layoutStyleForItem(Element&) const = 0;
|
|
|