Chromium Code Reviews| Index: runtime/vm/dart_api_impl.cc |
| diff --git a/runtime/vm/dart_api_impl.cc b/runtime/vm/dart_api_impl.cc |
| index 02cf5125698ae4a8372245e1c68895dff208071e..e1ee6ad5bda0d65669fc889a2110c1d56efc58cd 100644 |
| --- a/runtime/vm/dart_api_impl.cc |
| +++ b/runtime/vm/dart_api_impl.cc |
| @@ -2597,7 +2597,7 @@ static Dart_Handle NewExternalByteData( |
| return ext_data; |
| } |
| Object& result = Object::Handle(isolate); |
| - result = GetByteDataConstructor(isolate, Symbols::ByteDataDotview(), 3); |
| + result = GetByteDataConstructor(isolate, Symbols::ByteDataDot_view(), 3); |
|
Lasse Reichstein Nielsen
2014/01/14 11:06:47
Would it be better to get the _ByteDataView constr
|
| ASSERT(!result.IsNull()); |
| ASSERT(result.IsFunction()); |
| const Function& factory = Function::Cast(result); |