Bug 1282795 - Make VerifyPreTracer final to silence some -Wdelete-non-virtual-dtor warnings caused by Maybe<VerifyPreTracer>. r=froydnj

--HG--
extra : rebase_source : ffaf9126571c9f55259e75ca265caa4407070f2d
This commit is contained in:
Jeff Walden 2016-06-28 17:09:59 +01:00
Родитель f7b8d0cce7
Коммит 0d2a0839a7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -79,7 +79,7 @@ typedef HashMap<void*, VerifyNode*, DefaultHasher<void*>, SystemAllocPolicy> Nod
* The nodemap field is a hashtable that maps from the address of the GC thing
* to the VerifyNode that represents it.
*/
class js::VerifyPreTracer : public JS::CallbackTracer
class js::VerifyPreTracer final : public JS::CallbackTracer
{
JS::AutoDisableGenerationalGC noggc;