| Index: runtime/vm/symbols.cc
|
| ===================================================================
|
| --- runtime/vm/symbols.cc (revision 28370)
|
| +++ runtime/vm/symbols.cc (working copy)
|
| @@ -94,7 +94,7 @@
|
| ASSERT(isolate != NULL);
|
|
|
| // Setup the symbol table used within the String class.
|
| - const int initial_size = (isolate == Dart::vm_isolate()) ?
|
| + const intptr_t initial_size = (isolate == Dart::vm_isolate()) ?
|
| kInitialVMIsolateSymtabSize : kInitialSymtabSize;
|
| const Array& array = Array::Handle(Array::New(initial_size + 1));
|
|
|
|
|