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

Unified Diff: vm/isolate.h

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/dart_api_impl.cc ('k') | vm/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/isolate.h
===================================================================
--- vm/isolate.h (revision 4707)
+++ vm/isolate.h (working copy)
@@ -15,7 +15,6 @@
// Forward declarations.
class ApiState;
-class BigintStore;
class CodeIndexTable;
class Debugger;
class HandleScope;
@@ -119,9 +118,6 @@
return OFFSET_OF(Isolate, current_zone_);
}
- BigintStore* bigint_store() const { return bigint_store_; }
- void set_bigint_store(BigintStore* store) { bigint_store_ = store; }
-
int32_t no_gc_scope_depth() const {
#if defined(DEBUG)
return no_gc_scope_depth_;
@@ -263,7 +259,6 @@
HandleScope* top_handle_scope_;
#endif
int32_t random_seed_;
- BigintStore* bigint_store_;
uword top_exit_frame_info_;
void* init_callback_data_;
Dart_LibraryTagHandler library_tag_handler_;
« no previous file with comments | « vm/dart_api_impl.cc ('k') | vm/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698