Chromium Code Reviews| Index: runtime/vm/bootstrap_natives.h |
| =================================================================== |
| --- runtime/vm/bootstrap_natives.h (revision 3908) |
| +++ runtime/vm/bootstrap_natives.h (working copy) |
| @@ -102,6 +102,7 @@ |
| V(AssertionError_throwNew, 2) \ |
| V(TypeError_throwNew, 4) \ |
| V(FallThroughError_throwNew, 1) \ |
| + V(StaticResolutionException_throwNew, 1) \ |
| V(Clock_now, 0) \ |
| V(Clock_frequency, 0) \ |
| V(ByteArray_getLength, 1) \ |