Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index 346aa4f46d97072d736e4452c37ceebc6e01a6da..7d45a87be687ac41658aad24d5e76534cf1c3b60 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -717,8 +717,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; |