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

Unified Diff: runtime/vm/dart_api_message.h

Issue 1234803008: Fix for issue 23834 (https://github.com/dart-lang/sdk/issues/23834) (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | runtime/vm/dart_api_message.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/dart_api_message.h
diff --git a/runtime/vm/dart_api_message.h b/runtime/vm/dart_api_message.h
index 8d3836470dd8757f539940544a0ed87adf8dac82..70d55f9eb75d39a7a58816fde1c4d417f4564125 100644
--- a/runtime/vm/dart_api_message.h
+++ b/runtime/vm/dart_api_message.h
@@ -48,8 +48,7 @@ class ApiMessageReader : public BaseReader {
// recommended.
ApiMessageReader(const uint8_t* buffer,
intptr_t length,
- ReAlloc alloc,
- bool use_vm_isolate_snapshot = true);
+ ReAlloc alloc);
~ApiMessageReader() { }
Dart_CObject* ReadMessage();
@@ -147,7 +146,6 @@ class ApiMessageReader : public BaseReader {
ApiGrowableArray<BackRefNode*> backward_references_;
ApiGrowableArray<Dart_CObject*> vm_isolate_references_;
Dart_CObject** vm_symbol_references_;
- intptr_t max_vm_isolate_object_id_;
Dart_CObject type_arguments_marker;
Dart_CObject dynamic_type_marker;
@@ -202,7 +200,6 @@ class ApiMessageWriter : public BaseWriter {
Dart_CObject** forward_list_;
intptr_t forward_list_length_;
intptr_t forward_id_;
- intptr_t max_vm_isolate_object_id_;
DISALLOW_COPY_AND_ASSIGN(ApiMessageWriter);
};
« no previous file with comments | « no previous file | runtime/vm/dart_api_message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698