bug 646044 - ContextAllocPolicy should not account for GC memory pressure. r=luke

This commit is contained in:
Igor Bukanov
2011-03-30 12:10:12 +02:00
parent 78cef9cb3d
commit 0df557588e
16 changed files with 200 additions and 88 deletions

View File

@@ -552,8 +552,6 @@ EnumeratedIdVectorToIterator(JSContext *cx, JSObject *obj, uintN flags, AutoIdVe
return VectorToValueIterator(cx, obj, flags, props, vp);
}
typedef Vector<uint32, 8> ShapeVector;
static inline void
UpdateNativeIterator(NativeIterator *ni, JSObject *obj)
{