Warning patrol. No bug, r=themaid

--HG--
extra : rebase_source : 1e5d09b39c41229086d25f3e0368441c7d9ce3f1
This commit is contained in:
Jeff Walden 2012-02-09 11:43:52 -08:00
parent 638e9fa48e
commit b8e00ef503

View File

@ -198,7 +198,7 @@ Bindings::callObjectShape(JSContext *cx) const
Vector<const Shape *> shapes(cx);
HashSet<jsid> seen(cx);
if (!seen.init())
return false;
return NULL;
for (Shape::Range r = lastShape()->all(); !r.empty(); r.popFront()) {
const Shape &s = r.front();