Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: src/v8.cc

Issue 422001: Fix issue 520: wrap Logger calls into LOG macro (Closed)
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/serialize.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.cc
diff --git a/src/v8.cc b/src/v8.cc
index d172742531e4eb240884a19306188daff8844767..3bec827aa6ff280e6414ad0668046b7880a24cd8 100644
--- a/src/v8.cc
+++ b/src/v8.cc
@@ -116,7 +116,7 @@ bool V8::Initialize(Deserializer *des) {
if (FLAG_log_code) {
HandleScope scope;
- Logger::LogCompiledFunctions();
+ LOG(LogCompiledFunctions());
}
return true;
« no previous file with comments | « src/serialize.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698