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

Unified Diff: runtime/vm/dart_api_message.cc

Issue 11085003: Convert String to a class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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 9c12280fd6937c3508a10e8099f1b68d3fe5bb2a..7037a1356875d5a070bbb9900e5d91a27953fd73 100644
--- a/runtime/vm/dart_api_message.cc
+++ b/runtime/vm/dart_api_message.cc
@@ -413,7 +413,7 @@ Dart_CObject* ApiMessageReader::ReadIndexedObject(intptr_t object_id) {
object_id == kDoubleType ||
object_id == kIntType ||
object_id == kBoolType ||
- object_id == kStringInterface) {
+ object_id == kStringType) {
// Always return dynamic type (this is only a marker).
return &dynamic_type_marker;
}

Powered by Google App Engine
This is Rietveld 408576698