author | Sebastian Hengst <archaeopteryx@coole-files.de> |
Thu, 26 May 2016 14:44:30 +0200 | |
changeset 299187 | 56e5195bef5bf352d37181195dc6043ac3d198ad |
parent 299070 | 88b6b3ebf75d8356b4ba16c2a65b46b976589dad |
child 299188 | b0096c5c727749ad3e79cbdf20d2e96bd179c213 |
push id | 77464 |
push user | ryanvm@gmail.com |
push date | Thu, 26 May 2016 15:22:37 +0000 |
treeherder | mozilla-inbound@49beae179207 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1275190 |
milestone | 49.0a1 |
backs out | a771679df23c7744c7d51237291decedaf89f8a4 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/js/src/vm/SavedStacks.cpp +++ b/js/src/vm/SavedStacks.cpp @@ -241,18 +241,16 @@ SavedFrame::HashPolicy::hash(const Looku lookup.asyncCause, SavedFramePtrHasher::hash(lookup.parent), JSPrincipalsPtrHasher::hash(lookup.principals)); } /* static */ bool SavedFrame::HashPolicy::match(SavedFrame* existing, const Lookup& lookup) { - MOZ_ASSERT(existing); - if (existing->getLine() != lookup.line) return false; if (existing->getColumn() != lookup.column) return false; if (existing->getParent() != lookup.parent) return false;