Index: src/crankshaft/x87/lithium-x87.h |
diff --git a/src/crankshaft/x87/lithium-x87.h b/src/crankshaft/x87/lithium-x87.h |
index 18323018a612310749a323664ba657c2ac6cd3ff..3562e3ff9fb5d3c19ba917b866916f7638c6ca04 100644 |
--- a/src/crankshaft/x87/lithium-x87.h |
+++ b/src/crankshaft/x87/lithium-x87.h |
@@ -2155,7 +2155,7 @@ class LStoreKeyed final : public LTemplateInstruction<0, 4, 0> { |
inputs_[0] = obj; |
inputs_[1] = key; |
inputs_[2] = val; |
- inputs_[3] = backing_store_owner |
+ inputs_[3] = backing_store_owner; |
} |
bool is_fixed_typed_array() const { |