зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1001355 - Correct IsAboutToBeFinalized overload for VMFunction pointers r=billm
This commit is contained in:
Родитель
1216544376
Коммит
975a1d97f8
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче