mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Warning patrol. No bug, r=themaid
--HG-- extra : rebase_source : 1e5d09b39c41229086d25f3e0368441c7d9ce3f1
This commit is contained in:
parent
638e9fa48e
commit
b8e00ef503
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user