[Webkit-unassigned] [Bug 164103] PluginInfoStore::loadPluginsIfNecessary can still load plugins multiple times
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 31 10:44:22 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=164103
--- Comment #6 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Don't break EFL, looks like a missing #include:
../../Source/WebKit2/UIProcess/Plugins/unix/PluginInfoStoreUnix.cpp: In function 'WTF::String WebKit::followSymlink(const WTF::String&)':
../../Source/WebKit2/UIProcess/Plugins/unix/PluginInfoStoreUnix.cpp:69:50: error: 'filenameToString' was not declared in this scope
return filenameToString(buffer.data());
^
Also a question: this works not only when the last component of the pathname is not a symlink, but also when an intermediate component is a symlink, right? Since that's the case we're trying to fix.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161031/16615e40/attachment.html>
More information about the webkit-unassigned
mailing list