Index: src/ic/ic.h |
diff --git a/src/ic/ic.h b/src/ic/ic.h |
index b5db933973c55d2a0d612fcb3aae02914ba235e6..3abc4b6e4fe153cc661b3d62bd435fbe963f395f 100644 |
--- a/src/ic/ic.h |
+++ b/src/ic/ic.h |
@@ -664,7 +664,8 @@ class ToBooleanIC : public IC { |
// Helper for BinaryOpIC and CompareIC. |
enum InlinedSmiCheck { ENABLE_INLINED_SMI_CHECK, DISABLE_INLINED_SMI_CHECK }; |
-void PatchInlinedSmiCode(Address address, InlinedSmiCheck check); |
+void PatchInlinedSmiCode(Isolate* isolate, Address address, |
+ InlinedSmiCheck check); |
} // namespace internal |
} // namespace v8 |