[Webkit-unassigned] [Bug 88675] [BlackBerry] Fix crash on PagePopupChromeClient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 8 11:59:33 PDT 2012


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





--- Comment #2 from Antonio Gomes <tonikitoo at webkit.org>  2012-06-08 11:59:33 PST ---
(From update of attachment 146619)
maybe we could re-write the InputHandler::openSelectPopup part like:

...
bool* enableds = 0;
int* itemTypes = 0;
bool* selecteds = 0;

if (size) {
    enableds = new bool[size];
    int* itemTypes = new int[size];
    bool* selecteds = new bool[size]; 
    blah;
    bleh;
    ....
}

selectClient = new SelectPopupClient(xxx, size, labels, enableds, itemTypes, selecteds, m_webPage, select);
....

also "enableds" and "selecteds" are not a English :)

-- 
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