mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 298e753a1726 (bug 610370) due to test orange.
This commit is contained in:
parent
4f8630a253
commit
c5a2cf663d
@ -447,11 +447,8 @@ Shape::getChild(JSContext *cx, const js::Shape &child, Shape **listp)
|
||||
JS_ASSERT(!child.inDictionary());
|
||||
|
||||
if (inDictionary()) {
|
||||
if (newDictionaryShape(cx, child, listp)) {
|
||||
if (!(*listp)->table)
|
||||
(*listp)->maybeHash(cx);
|
||||
if (newDictionaryShape(cx, child, listp))
|
||||
return *listp;
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user