Bug 988311: Blocklist rf-firefox-22.dll. r=bsmedberg

--HG--
extra : rebase_source : 2729d41ff87bb92220e667ec43ad8f4a0273e1b7
This commit is contained in:
David Major 2014-05-08 10:18:17 +12:00
parent b8dd1076f3
commit b4d5ee3b96

View File

@ -147,6 +147,9 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
// Topcrash with V-bates, bug 1002748
{ "libinject.dll", UNVERSIONED },
// Crashes with RoboForm2Go written against old SDK, bug 988311
{ "rf-firefox-22.dll", ALL_VERSIONS },
{ nullptr, 0 }
};