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

Unified Diff: src/d8.h

Issue 2208873002: [Tracing] Create TraceConfig JSON string parser in D8. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: update Created 4 years, 4 months 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 | « include/libplatform/v8-tracing.h ('k') | src/d8.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8.h
diff --git a/src/d8.h b/src/d8.h
index 7d142e7d1d0bb8340918b792284939cc0085a074..0e365a52ddfec24c6f4a5f6daf29681898141f3f 100644
--- a/src/d8.h
+++ b/src/d8.h
@@ -291,7 +291,8 @@ class ShellOptions {
icu_data_file(NULL),
natives_blob(NULL),
snapshot_blob(NULL),
- trace_enabled(false) {}
+ trace_enabled(false),
+ trace_config(NULL) {}
~ShellOptions() {
delete[] isolate_sources;
« no previous file with comments | « include/libplatform/v8-tracing.h ('k') | src/d8.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698