| Index: src/x64/stub-cache-x64.cc
|
| diff --git a/src/x64/stub-cache-x64.cc b/src/x64/stub-cache-x64.cc
|
| index 956aca39bed660fe41c7a917ed46122e56ac12b9..c4e2cd18ff68be085f9745782fd22ce43c704a9d 100644
|
| --- a/src/x64/stub-cache-x64.cc
|
| +++ b/src/x64/stub-cache-x64.cc
|
| @@ -959,7 +959,7 @@ Register StubCompiler::CheckPrototypes(JSObject* object,
|
| __ j(not_equal, miss);
|
|
|
| // Log the check depth.
|
| - LOG(IntEvent("check-maps-depth", depth + 1));
|
| + LOG(isolate(), IntEvent("check-maps-depth", depth + 1));
|
|
|
| // Perform security check for access to the global object and return
|
| // the holder register.
|
|
|