| Index: Source/web/PopupMenuImpl.h
|
| diff --git a/Source/web/PopupMenuImpl.h b/Source/web/PopupMenuImpl.h
|
| index 4cb6ace4426910a223429c36d24e04fdb73a3e2e..8189a71bb429829fde79bbb1682ac703bf0e540f 100644
|
| --- a/Source/web/PopupMenuImpl.h
|
| +++ b/Source/web/PopupMenuImpl.h
|
| @@ -31,9 +31,9 @@ private:
|
| PopupMenuImpl(ChromeClientImpl*, PopupMenuClient*);
|
|
|
| bool hasTooManyItemsForStyling();
|
| - void addOption(HTMLOptionElement&, bool enableExtraStyling, SharedBuffer*);
|
| - void addOptGroup(HTMLOptGroupElement&, bool enableExtraStyling, SharedBuffer*);
|
| - void addSeparator(HTMLHRElement&, bool enableExtraStyling, SharedBuffer*);
|
| + void addOption(HTMLOptionElement&, int& listIndex, bool enableExtraStyling, SharedBuffer*);
|
| + void addOptGroup(HTMLOptGroupElement&, int& listIndex, bool enableExtraStyling, SharedBuffer*);
|
| + void addSeparator(HTMLHRElement&, int& listIndex, bool enableExtraStyling, SharedBuffer*);
|
| void addElementStyle(HTMLElement&, bool enableExtraStyling, SharedBuffer*);
|
|
|
| // PopupMenu functions:
|
|
|