[Webkit-unassigned] [Bug 27658] Webkit ignores PgUp/PgDown/Home/End in SELECT tag objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 5 07:04:32 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=27658





--- Comment #32 from David Levin <levin at chromium.org>  2011-04-05 07:04:31 PST ---
/Projects/CommitQueue/Source/WebCore/dom/SelectElement.cpp:98: warning: no previous prototype for 'int WebCore::nextSelectableListIndex(WebCore::SelectElementData&, WebCore::Element*, int)'
/Projects/CommitQueue/Source/WebCore/dom/SelectElement.cpp:103: warning: no previous prototype for 'int WebCore::previousSelectableListIndex(WebCore::SelectElementData&, WebCore::Element*, int)'
/Projects/CommitQueue/Source/WebCore/dom/SelectElement.cpp:108: warning: no previous prototype for 'int WebCore::firstSelectableListIndex(WebCore::SelectElementData&, WebCore::Element*)'
/Projects/CommitQueue/Source/WebCore/dom/SelectElement.cpp:117: warning: no previous prototype for 'int WebCore::lastSelectableListIndex(WebCore::SelectElementData&, WebCore::Element*)'

You need to prefix these functions with static.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list