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

Unified Diff: runtime/vm/snapshot.h

Issue 926073002: Fix crash that happens when we send an object whose type is in a defer (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 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 | « no previous file | runtime/vm/snapshot.cc » ('j') | tests/isolate/issue_21398_parent_isolate2_test.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/snapshot.h
===================================================================
--- runtime/vm/snapshot.h (revision 43771)
+++ runtime/vm/snapshot.h (working copy)
@@ -368,6 +368,8 @@
intptr_t NextAvailableObjectId() const;
+ void SetReadException(const char* msg);
+
Snapshot::Kind kind_; // Indicates type of snapshot(full, script, message).
Isolate* isolate_; // Current isolate.
Heap* heap_; // Heap of the current isolate.
« no previous file with comments | « no previous file | runtime/vm/snapshot.cc » ('j') | tests/isolate/issue_21398_parent_isolate2_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698