| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index 65b87d9ed7910901efd9d784f1e1c21566ce1365..774edce3822a650387c6b2f591426fc5e30df980 100644
|
| --- a/runtime/vm/object.cc
|
| +++ b/runtime/vm/object.cc
|
| @@ -144,10 +144,10 @@ const double MegamorphicCache::kLoadFactor = 0.75;
|
| V(CoreLibrary, Object, _as) \
|
| V(CoreLibrary, Object, _instanceOf) \
|
| V(CoreLibrary, _ObjectArray, _ObjectArray.) \
|
| - V(CoreLibrary, _AssertionErrorImplementation, _throwNew) \
|
| - V(CoreLibrary, _TypeErrorImplementation, _throwNew) \
|
| - V(CoreLibrary, _FallThroughErrorImplementation, _throwNew) \
|
| - V(CoreLibrary, _AbstractClassInstantiationErrorImplementation, _throwNew) \
|
| + V(CoreLibrary, AssertionErrorImplementation, _throwNew) \
|
| + V(CoreLibrary, TypeErrorImplementation, _throwNew) \
|
| + V(CoreLibrary, FallThroughErrorImplementation, _throwNew) \
|
| + V(CoreLibrary, AbstractClassInstantiationErrorImplementation, _throwNew) \
|
| V(CoreLibrary, NoSuchMethodError, _throwNew) \
|
| V(CoreLibrary, int, _throwFormatException) \
|
| V(CoreLibrary, int, _parse) \
|
|
|