Bug 1108941 - Fix #include order to open a CLOSED TREE.

This commit is contained in:
Shu-yu Guo 2017-03-08 13:44:27 -08:00
Родитель 116698fb6b
Коммит 45625b49e1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -8,8 +8,8 @@
#define vm_TemplateRegistry_h
#include "jsobj.h"
#include "js/GCHashTable.h"
#include "gc/Marking.h"
#include "js/GCHashTable.h"
namespace js {