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

Unified Diff: src/log.h

Issue 4888002: [Isolates] Pass isolate to VMState constructor. (Closed)
Patch Set: Created 10 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/isolate.cc ('k') | src/objects.cc » ('j') | src/top.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/log.h
diff --git a/src/log.h b/src/log.h
index 38682aec20afb586594c24cb6338c31fd93e7fca..0791fb9e4dbb30e44322fd3ea74580aa235fb195 100644
--- a/src/log.h
+++ b/src/log.h
@@ -77,6 +77,7 @@ class LogMessageBuilder;
class CompressionHelper;
#undef LOG
+// TODO(isolates): pass isolate pointer here.
#ifdef ENABLE_LOGGING_AND_PROFILING
#define LOG(Call) \
do { \
« no previous file with comments | « src/isolate.cc ('k') | src/objects.cc » ('j') | src/top.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698