12013-01-06 David Faure <faure@kde.org>
2
3 [Qt] Major performance improvement in Qt's PluginDatabase implementation
4 https://bugs.webkit.org/show_bug.cgi?id=106140
5
6 Reviewed by NOBODY (OOPS!).
7
8 No new tests, only a performance improvement.
9
10 * plugins/qt/PluginPackageQt.cpp:
11 (WebCore::PluginPackage::fetchInfo): Don't do a full-fledged load(), load the module directly.
12 (WebCore::PluginPackage::load): Use existing module if fetchInfo created it.
13