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

Unified Diff: vm/isolate.cc

Issue 9481019: Changes to get rid of dependency on openssl in the dart VM. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 10 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 | « vm/isolate.h ('k') | vm/object.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/isolate.cc
===================================================================
--- vm/isolate.cc (revision 4707)
+++ vm/isolate.cc (working copy)
@@ -6,7 +6,6 @@
#include "include/dart_api.h"
#include "platform/assert.h"
-#include "vm/bigint_store.h"
#include "vm/code_index_table.h"
#include "vm/compiler_stats.h"
#include "vm/dart_api_state.h"
@@ -101,7 +100,6 @@
top_handle_scope_(NULL),
#endif
random_seed_(Random::kDefaultRandomSeed),
- bigint_store_(NULL),
top_exit_frame_info_(0),
init_callback_data_(NULL),
library_tag_handler_(NULL),
@@ -123,7 +121,6 @@
delete heap_;
delete object_store_;
// Do not delete stack resources: top_resource_ and current_zone_.
- delete bigint_store_;
delete api_state_;
delete stub_code_;
delete code_index_table_;
« no previous file with comments | « vm/isolate.h ('k') | vm/object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698