| Index: runtime/vm/intermediate_language.h
|
| ===================================================================
|
| --- runtime/vm/intermediate_language.h (revision 11200)
|
| +++ runtime/vm/intermediate_language.h (working copy)
|
| @@ -23,7 +23,7 @@
|
| V(StringBase, get:length, StringBaseLength) \
|
| V(IntegerImplementation, toDouble, IntegerToDouble) \
|
| V(Double, toDouble, DoubleToDouble) \
|
| - V(Math, sqrt, MathSqrt) \
|
| + V(::, sqrt, MathSqrt) \
|
|
|
| // Class that recognizes the name and owner of a function and returns the
|
| // corresponding enum. See RECOGNIZED_LIST above for list of recognizable
|
|
|