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

Unified Diff: runtime/vm/symbols.cc

Issue 11364134: Merge libv1. (Closed) Base URL: https://dart.googlecode.com/svn/experimental/lib_v2/dart
Patch Set: Reupload due to error Created 8 years, 1 month 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_test.cc ('k') | samples/calculator/calculator.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.cc
diff --git a/runtime/vm/symbols.cc b/runtime/vm/symbols.cc
index 3547f87c6000663bb4c24065b6da8d59f7d9f469..35729643a3d3fc2059087ae0e2a12f251845062a 100644
--- a/runtime/vm/symbols.cc
+++ b/runtime/vm/symbols.cc
@@ -47,7 +47,7 @@ void Symbols::InitOnce(Isolate* isolate) {
ASSERT((sizeof(names) / sizeof(const char*)) == Symbols::kMaxId);
const Array& symbol_table =
Array::Handle(isolate->object_store()->symbol_table());
- dart::OneByteString& str = OneByteString::Handle();
+ dart::String& str = String::Handle();
for (intptr_t i = 1; i < Symbols::kMaxId; i++) {
str = OneByteString::New(names[i], Heap::kOld);
« no previous file with comments | « runtime/vm/snapshot_test.cc ('k') | samples/calculator/calculator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698