[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 09:02:00 PDT 2011


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





--- Comment #33 from Naoki Takano <takano.naoki at gmail.com>  2011-04-05 09:01:59 PST ---
Yeah, I forgot to add static when I move the functions from private...

I'll do that.

(In reply to comment #32)
> /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