Index: src/compiler/js-operator.h |
diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h |
index 26d7e6236548cd82a846e0d04e61b838a74e575c..5afbfdf6faf11ce8ffb443acf4f33750dd7e7a50 100644 |
--- a/src/compiler/js-operator.h |
+++ b/src/compiler/js-operator.h |
@@ -277,7 +277,7 @@ class LoadGlobalParameters final { |
const VectorSlotPair& feedback() const { return feedback_; } |
- const int slot_index() const { return slot_index_; } |
+ int slot_index() const { return slot_index_; } |
private: |
const Unique<Name> name_; |