Back out bug 760342 for Windows build error, bug 755070 for Android crashes, and bug 760458 because it depends on 755070

This commit is contained in:
Matt Brubeck
2012-06-01 17:45:02 -07:00
parent d203db5424
commit 3024f60165
17 changed files with 138 additions and 338 deletions

View File

@@ -187,6 +187,7 @@ class WeakMap : public HashMap<Key, Value, HashPolicy, RuntimeAllocPolicy>, publ
markedAny = true;
e.rekeyFront(k);
}
JS_ASSERT_IF(keyIsMarked, gc::IsMarked(&e.front().value));
}
return markedAny;
}