Bug 1001355 - Correct IsAboutToBeFinalized overload for VMFunction pointers r=billm

This commit is contained in:
Jon Coppeard 2014-04-30 10:13:00 +01:00
Родитель 1216544376
Коммит 975a1d97f8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -358,7 +358,7 @@ IsAboutToBeFinalized(const js::jit::VMFunction **vmfunc)
* Preserves entries in the WeakCache<VMFunction, JitCode>
* iff the JitCode has been marked.
*/
return true;
return false;
}
inline bool