Use case-insensitive comparisons when checking plugin filenames on Windows
Windows paths are nearly always case-insensitive.
I couldn't think of a good way to test this.
Fixes <http://webkit.org/b/60633> WebKit1 loads Windows Presentation Foundation plugin, but
should not
Reviewed by Steve Falkenburg.
* plugins/win/PluginPackageWin.cpp:
(WebCore::PluginPackage::isPluginBlacklisted): Use equalIgnoringCase instead of == when
checking plugin filenames.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@86242 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2 files changed