Backed out changeset 0b28c109c213; r=waldo,dmandelin

This commit is contained in:
Vladimir Vukicevic
2010-03-15 16:03:57 -07:00
parent b3d270802f
commit 132c15fc3c
9 changed files with 232 additions and 216 deletions

View File

@@ -7495,7 +7495,7 @@ js_AddAttributePart(JSContext *cx, JSBool isName, JSString *str, JSString *str2)
* Reallocating str (because we know it has no other references)
* requires purging any deflated string cached for it.
*/
cx->runtime->deflatedStringCache->remove(str);
js_PurgeDeflatedStringCache(cx->runtime, str);
}
str2->getCharsAndLength(chars2, len2);