Bug 939504: Remove leftover <CanGC> template in !LITTLE_ENDIAN case after bug 928050 r=bhackett

This commit is contained in:
Landry Breuil
2013-11-18 08:30:25 +01:00
parent be45702c2f
commit 5185278fa0

View File

@@ -504,7 +504,7 @@ js::XDRAtom(XDRState<mode> *xdr, MutableHandleAtom atomp)
}
JS_ALWAYS_TRUE(xdr->codeChars(chars, nchars));
atom = AtomizeChars<CanGC>(cx, chars, nchars);
atom = AtomizeChars(cx, chars, nchars);
if (chars != stackChars)
js_free(chars);
#endif /* !IS_LITTLE_ENDIAN */