[Webkit-unassigned] [Bug 131852] Correct some issues small issues in WK2 file upload InjectedBundle APIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 18 13:43:54 PDT 2014


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





--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org>  2014-04-18 13:44:15 PST ---
(From update of attachment 229666)
View in context: https://bugs.webkit.org/attachment.cgi?id=229666&action=review

> Source/WebKit2/WebProcess/InjectedBundle/API/APIInjectedBundlePageUIClient.h:60
>      virtual WTF::String generateFileForUpload(WebKit::WebPage*, const WTF::String& originalFilePath) { UNUSED_PARAM(originalFilePath); return emptyString(); }

I suppose this could also return a null string. However null string is only really important in should. As null string => should not, but anything else => should.

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