diff options
Diffstat (limited to 'WebCore/wml/WMLSelectElement.h')
-rw-r--r-- | WebCore/wml/WMLSelectElement.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/wml/WMLSelectElement.h b/WebCore/wml/WMLSelectElement.h index 5ab7da6..3ec7fd2 100644 --- a/WebCore/wml/WMLSelectElement.h +++ b/WebCore/wml/WMLSelectElement.h @@ -86,7 +86,8 @@ public: void selectInitialOptions(); bool initialized() const { return m_initialized; } - + + virtual void listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow = true); private: virtual void insertedIntoTree(bool); |