[Webkit-unassigned] [Bug 114943] PluginDatabase: add plugin directory for the BlackBerry port.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 22 03:01:30 PDT 2013


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





--- Comment #3 from Alberto Garcia <agarcia at igalia.com>  2013-04-22 02:59:49 PST ---
(In reply to comment #2)
> This is tricky because XP_UNIX is defined for BlackBerry port. Maybe we could do something like:
> 
> #if defined(XP_UNIX) && !PLATFORM(BLACKBERRY)
> ....
> #elif PLATFORM(BLACKBERRY)
> ...

That's indeed an alternative, I was just following the same solution
we already have in PluginDatabase::isPreferredPluginDirectory().

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