| Index: vm/intermediate_language.h
|
| ===================================================================
|
| --- vm/intermediate_language.h (revision 12304)
|
| +++ vm/intermediate_language.h (working copy)
|
| @@ -35,8 +35,8 @@
|
| V(GrowableObjectArray, get:length, GrowableArrayLength) \
|
| V(GrowableObjectArray, get:capacity, GrowableArrayCapacity) \
|
| V(StringBase, get:length, StringBaseLength) \
|
| - V(IntegerImplementation, toDouble, IntegerToDouble) \
|
| - V(Double, toDouble, DoubleToDouble) \
|
| + V(_IntegerImplementation, toDouble, IntegerToDouble) \
|
| + V(_Double, toDouble, DoubleToDouble) \
|
| V(::, sqrt, MathSqrt) \
|
|
|
| // Class that recognizes the name and owner of a function and returns the
|
|
|