Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index 5a502e5cd116e2d54f8510d12f92d17158e021f3..29a2f48fb6d6671d39b0bb5f785c4aafdd399acc 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -3311,7 +3311,7 @@ class HLoadKeyedSpecializedArrayElement: public HBinaryOperation { |
class HLoadKeyedGeneric: public HTemplateInstruction<3> { |
public: |
- HLoadKeyedGeneric(HContext* context, HValue* obj, HValue* key) { |
+ HLoadKeyedGeneric(HValue* context, HValue* obj, HValue* key) { |
set_representation(Representation::Tagged()); |
SetOperandAt(0, obj); |
SetOperandAt(1, key); |