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

Unified Diff: runtime/vm/snapshot_ids.h

Issue 982723002: Fix for issue 20992 - Allow sending static/top-level functions to other isolates which are spawned … (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 | « runtime/vm/snapshot.cc ('k') | tests/isolate/function_send1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/snapshot_ids.h
===================================================================
--- runtime/vm/snapshot_ids.h (revision 44266)
+++ runtime/vm/snapshot_ids.h (working copy)
@@ -22,7 +22,7 @@
// Object id has been optimized away; reader should use next available id.
kOmittedObjectId,
- kClassIdsOffset = kDoubleObject,
+ kClassIdsOffset = kOmittedObjectId,
// The class ids of predefined classes are included in this list
// at an offset of kClassIdsOffset.
@@ -42,6 +42,7 @@
kArrayType,
kInstanceObjectId,
+ kStaticImplicitClosureObjectId,
kMaxPredefinedObjectIds,
kInvalidIndex = -1,
};
« no previous file with comments | « runtime/vm/snapshot.cc ('k') | tests/isolate/function_send1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698