Forgot to teach conservative GC about jsid type

This commit is contained in:
Luke Wagner
2010-07-05 01:41:42 -07:00
parent c704834f74
commit 3db5555932
5 changed files with 36 additions and 32 deletions

View File

@@ -110,7 +110,7 @@ using namespace js;
#endif
#ifdef DEBUG
JS_PUBLIC_DATA(jsid) JSID_VOID = { (size_t)JSID_VOID_TYPE };
JS_PUBLIC_DATA(jsid) JSID_VOID = { (size_t)JSID_TYPE_VOID };
#endif
#ifdef DEBUG