| Index: runtime/vm/dart_api_message.cc
|
| ===================================================================
|
| --- runtime/vm/dart_api_message.cc (revision 14314)
|
| +++ runtime/vm/dart_api_message.cc (working copy)
|
| @@ -358,9 +358,6 @@
|
| case kTwoByteStringCid:
|
| // Two byte strings not supported.
|
| return AllocateDartCObjectUnsupported();
|
| - case kFourByteStringCid:
|
| - // Four byte strings not supported.
|
| - return AllocateDartCObjectUnsupported();
|
| case kUint8ArrayCid: {
|
| intptr_t len = ReadSmiValue();
|
| Dart_CObject* object = AllocateDartCObjectUint8Array(len);
|
|
|