Chromium Code Reviews| Index: src/ic.cc |
| diff --git a/src/ic.cc b/src/ic.cc |
| index 44e13e16d8298a55a6fd29b738e05cadc048efc4..d88ab4a3bf94d222c2d2d99fcca042d9f8559971 100644 |
| --- a/src/ic.cc |
| +++ b/src/ic.cc |
| @@ -2792,7 +2792,8 @@ RUNTIME_FUNCTION(MaybeObject*, BinaryOp_Patch) { |
| bool caught_exception; |
| Handle<Object> builtin_args[] = { right }; |
| - Handle<Object> result = Execution::Call(builtin_function, |
| + Handle<Object> result = Execution::Call(isolate, |
| + builtin_function, |
| left, |
| ARRAY_SIZE(builtin_args), |
| builtin_args, |