Index: src/interpreter/bytecode-pipeline.cc |
diff --git a/src/interpreter/bytecode-pipeline.cc b/src/interpreter/bytecode-pipeline.cc |
index 7bfb8151809b24055997e9a943f09c895450c0bd..5e01b00fcc97639d6552c52abbc278da3017b76c 100644 |
--- a/src/interpreter/bytecode-pipeline.cc |
+++ b/src/interpreter/bytecode-pipeline.cc |
@@ -12,7 +12,6 @@ namespace internal { |
namespace interpreter { |
void BytecodeSourceInfo::Update(const BytecodeSourceInfo& entry) { |
- DCHECK(entry.is_valid()); |
if (!is_valid() || (entry.is_statement() && !is_statement()) || |
(entry.is_statement() && is_statement() && |
entry.source_position() > source_position())) { |