Chromium Code Reviews| Index: src/ic.cc |
| diff --git a/src/ic.cc b/src/ic.cc |
| index d3ff2d42c79925523909769e007c8d091a4e73a7..7e87b1b5fb45c315116a10cd16ce7cc6e8180ffa 100644 |
| --- a/src/ic.cc |
| +++ b/src/ic.cc |
| @@ -946,7 +946,7 @@ MaybeObject* LoadIC::Load(State state, |
| if (FLAG_strict || IsContextual(object)) { |
| return ReferenceError("not_defined", name); |
| } |
| - LOG(SuspectReadEvent(*name, *object)); |
| + LOG(isolate(), SuspectReadEvent(*name, *object)); |
| } |
| bool can_be_inlined_precheck = |