| Index: src/isolate.cc
|
| diff --git a/src/isolate.cc b/src/isolate.cc
|
| index 171e9f38351a5bb0439ebc8e084db9fbabc30c0b..846debf5055aaa8f139608d6485d9a5c6dc0354f 100644
|
| --- a/src/isolate.cc
|
| +++ b/src/isolate.cc
|
| @@ -729,8 +729,8 @@ bool Isolate::Init(Deserializer* des) {
|
| // functions found in the snapshot.
|
| if (des != NULL && FLAG_log_code) {
|
| HandleScope scope;
|
| - LOG(LogCodeObjects());
|
| - LOG(LogCompiledFunctions());
|
| + LOG(this, LogCodeObjects());
|
| + LOG(this, LogCompiledFunctions());
|
| }
|
|
|
| state_ = INITIALIZED;
|
|
|