Index: src/compiler/bytecode-graph-builder.cc |
diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc |
index 2c2ec998d72dacb93c13b79a3eb29d5fc5b0ab8b..2cfbc1b1b6d7cf405687035fdea973a6b182978e 100644 |
--- a/src/compiler/bytecode-graph-builder.cc |
+++ b/src/compiler/bytecode-graph-builder.cc |
@@ -1213,7 +1213,6 @@ void BytecodeGraphBuilder::VisitTestIn() { |
} |
void BytecodeGraphBuilder::VisitTestInstanceOf() { |
- DCHECK(!FLAG_harmony_instanceof); |
BuildCompareOp(javascript()->InstanceOf()); |
} |