Fixup for bug 683127 part 4: Avoid RefPtr.h using JS_Assert. r=tglek

This commit is contained in:
Mike Hommey 2012-01-11 19:36:35 +01:00
Родитель 28f656dabb
Коммит d72756ae01
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -9,6 +9,8 @@
#include <stdint.h>
#include <vector>
#include "Utils.h"
/* Until RefPtr.h stops using JS_Assert */
#undef DEBUG
#include "mozilla/RefPtr.h"
/**