Fixed Linux 64-bit opt build.

This commit is contained in:
David Anderson
2010-06-28 15:51:50 -07:00
parent 7b4685f29a
commit c138a3a508
4 changed files with 14 additions and 53 deletions

View File

@@ -536,11 +536,6 @@ JSRuntime::init(uint32 maxbytes)
if (!js_InitGC(this, maxbytes) || !js_InitAtomState(this))
return false;
#ifdef JS_64BIT
if (!JSString::initStringTables())
return false;
#endif
deflatedStringCache = new js::DeflatedStringCache();
if (!deflatedStringCache || !deflatedStringCache->init())
return false;