Follow-up to bug 987995, rev ca1f7ae987ee, to fix builds without MOZ_CRASHREPORTER. r=red on a CLOSED TREE.

This commit is contained in:
Jason Orendorff 2014-05-29 13:41:54 -05:00
Родитель fc4217adba
Коммит 4d8e246878
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -66,7 +66,11 @@
#include "nsCycleCollectionParticipant.h"
#include "nsCycleCollector.h"
#include "nsDOMJSUtils.h"
#ifdef MOZ_CRASHREPORTER
#include "nsExceptionHandler.h"
#endif
#include "nsIException.h"
#include "nsThreadUtils.h"
#include "xpcpublic.h"