Debugger: remove bogus assertion in BreakLocation constructor.
authoryangguo <yangguo@chromium.org>
Thu, 25 Jun 2015 10:43:32 +0000 (03:43 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 25 Jun 2015 10:43:46 +0000 (10:43 +0000)
commitf283021f2dfb1daa0e271ac7d5b3676e39202553
treee330dd3fe3ce1e9049c3204b9184436854c2c23a
parentf7ef0c9921549952011366c5d5b817e38e85f67f
Debugger: remove bogus assertion in BreakLocation constructor.

Currently DebugInfo objects can be created independently from whether
the debugger is active. When tearing down the isolate, we would go
through DebugInfo objects and iterate through break locations,
causing this assertion to fail.

R=ulan@chromium.org
BUG=v8:4241
LOG=N

Review URL: https://codereview.chromium.org/1210813002

Cr-Commit-Position: refs/heads/master@{#29286}
src/debug.cc