| Index: src/compiler/simplified-operator.cc
|
| diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc
|
| index 5bfcceb1c06e39636458be523d346608f28beca6..9377398c56622b63f8429ca313815d0f0fdb736c 100644
|
| --- a/src/compiler/simplified-operator.cc
|
| +++ b/src/compiler/simplified-operator.cc
|
| @@ -203,6 +203,7 @@ Type* TypeOf(const Operator* op) {
|
| V(NumberToInt32, Operator::kNoProperties, 1) \
|
| V(NumberToUint32, Operator::kNoProperties, 1) \
|
| V(NumberIsHoleNaN, Operator::kNoProperties, 1) \
|
| + V(StringFromCharCode, Operator::kNoProperties, 1) \
|
| V(StringToNumber, Operator::kNoProperties, 1) \
|
| V(ChangeTaggedSignedToInt32, Operator::kNoProperties, 1) \
|
| V(ChangeTaggedToInt32, Operator::kNoProperties, 1) \
|
|
|