| Index: src/ia32/stub-cache-ia32.cc
|
| diff --git a/src/ia32/stub-cache-ia32.cc b/src/ia32/stub-cache-ia32.cc
|
| index e9b1ddfab0448f333635f9469a0115984743dccb..6bc0fd74732e34842de2b67dabcfd39a6a2c155a 100644
|
| --- a/src/ia32/stub-cache-ia32.cc
|
| +++ b/src/ia32/stub-cache-ia32.cc
|
| @@ -1000,7 +1000,7 @@ Register StubCompiler::CheckPrototypes(JSObject* object,
|
| ASSERT(current == holder);
|
|
|
| // Log the check depth.
|
| - LOG(IntEvent("check-maps-depth", depth + 1));
|
| + LOG(isolate(), IntEvent("check-maps-depth", depth + 1));
|
|
|
| // Check the holder map.
|
| __ cmp(FieldOperand(reg, HeapObject::kMapOffset),
|
|
|