Index: src/crankshaft/hydrogen.h |
diff --git a/src/crankshaft/hydrogen.h b/src/crankshaft/hydrogen.h |
index 6f45400f44fdd62d62521234ea17283551d0b774..087e648015503ad6d05d67b9e14b8d09d219403f 100644 |
--- a/src/crankshaft/hydrogen.h |
+++ b/src/crankshaft/hydrogen.h |
@@ -1427,7 +1427,6 @@ class HGraphBuilder { |
Type* left_type, Type* right_type, |
Type* result_type, Maybe<int> fixed_right_arg, |
HAllocationMode allocation_mode, |
- Strength strength, |
BailoutId opt_id = BailoutId::None()); |
HLoadNamedField* AddLoadFixedArrayLength(HValue *object, |