Bug 1291889 - specify CPP_THROW_NEW on definition of function whose declaration specifies it r=tnikkel

MozReview-Commit-ID: 9a8hLbfJbkl

--HG--
extra : rebase_source : 114072d12c3f7ea619b0cdf2b1e81e48d68e721b
This commit is contained in:
Myk Melez 2016-08-03 14:22:06 -07:00
Родитель 99d11e5e5f
Коммит 4e07b6e29b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -109,7 +109,7 @@ SpammyLayoutWarningsEnabled()
#endif
void*
AnimatedGeometryRoot::operator new(size_t aSize, nsDisplayListBuilder* aBuilder)
AnimatedGeometryRoot::operator new(size_t aSize, nsDisplayListBuilder* aBuilder) CPP_THROW_NEW
{
return aBuilder->Allocate(aSize);
}