[Webkit-unassigned] [Bug 91956] [EFL] Change prototype of run_open_panel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 25 08:06:03 PDT 2012


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





--- Comment #3 from Christophe Dumez <christophe.dumez at intel.com>  2012-07-25 08:06:07 PST ---
(From update of attachment 154315)
View in context: https://bugs.webkit.org/attachment.cgi?id=154315&action=review

> Source/WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp:487
>          filenames.append((char*)filename);

I know this is not related to your patch but since you're touching this part of the code:
We should probably use here: filenames.append(String::fromUTF8(static_cast<char*>(filename)));

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