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

Unified Diff: dart/runtime/vm/isolate.cc

Issue 60733003: Version 0.8.10.6 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 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
Index: dart/runtime/vm/isolate.cc
===================================================================
--- dart/runtime/vm/isolate.cc (revision 29958)
+++ dart/runtime/vm/isolate.cc (working copy)
@@ -290,6 +290,7 @@
stub_code_(NULL),
debugger_(NULL),
single_step_(false),
+ random_(),
simulator_(NULL),
long_jump_base_(NULL),
timer_list_(),
@@ -726,6 +727,7 @@
Dart_FileReadCallback Isolate::file_read_callback_ = NULL;
Dart_FileWriteCallback Isolate::file_write_callback_ = NULL;
Dart_FileCloseCallback Isolate::file_close_callback_ = NULL;
+Dart_EntropySource Isolate::entropy_source_callback_ = NULL;
Dart_IsolateInterruptCallback Isolate::vmstats_callback_ = NULL;
« no previous file with comments | « dart/runtime/vm/isolate.h ('k') | dart/runtime/vm/object.cc » ('j') | dart/runtime/vm/parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698