| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index 2f23b6141b5728813ce8056082827809a2d6581f..0b904d186f47cfd100d1145530154cc30f69adb3 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) \
|
|
|