Bug 1194838 - Make Cell a GCType for the hazard analysis, r=terrence

--HG--
extra : rebase_source : ee7e5d60e650fcfda002228c5792362076170952
This commit is contained in:
Steve Fink 2015-08-14 12:33:16 -07:00
Родитель 23a9820f27
Коммит 6da0ea7865
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -346,6 +346,7 @@ function isOverridableField(initialCSU, csu, field)
function listGCTypes() {
return [
'js::gc::Cell',
'JSObject',
'JSString',
'JSFatInlineString',