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

Unified Diff: runtime/vm/dart_api_message.cc

Issue 10933039: Make int an abstract class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Now with correct base. Created 8 years, 3 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
Index: runtime/vm/dart_api_message.cc
diff --git a/runtime/vm/dart_api_message.cc b/runtime/vm/dart_api_message.cc
index 9aa24a21c5f3cc9ee49a7171766ec556f9ad5f1d..88506424740b497fcd2e582129a339f36c4dbd4c 100644
--- a/runtime/vm/dart_api_message.cc
+++ b/runtime/vm/dart_api_message.cc
@@ -406,7 +406,7 @@ Dart_CObject* ApiMessageReader::ReadIndexedObject(intptr_t object_id) {
}
if (object_id == kDynamicType ||
object_id == kDoubleType ||
- object_id == kIntInterface ||
+ object_id == kIntType ||
object_id == kBoolType ||
object_id == kStringInterface) {
// Always return dynamic type (this is only a marker).

Powered by Google App Engine
This is Rietveld 408576698