Bug 1018995 - Make some forward class declarations match their definitions r=jandem

This commit is contained in:
Jon Coppeard 2014-06-05 11:40:24 +01:00
Родитель 6fde2c4680
Коммит 0dafe50dd1
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -32,12 +32,12 @@ class AutoValueVector;
class AutoIdArray;
class AutoGCRooter;
class JS_PUBLIC_API(AutoGCRooter);
template <typename T> class AutoVectorRooter;
template<typename K, typename V> class AutoHashMapRooter;
template<typename T> class AutoHashSetRooter;
class SourceBufferHolder;
class MOZ_STACK_CLASS SourceBufferHolder;
class HandleValueArray;