| Index: src/compiler/simplified-operator.cc | 
| diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc | 
| index be66d2fe050af7fe0ea9a9225296dd422a1d0ef7..345a2c5f88177cf2713b22f1e958b34ec8d99519 100644 | 
| --- a/src/compiler/simplified-operator.cc | 
| +++ b/src/compiler/simplified-operator.cc | 
| @@ -393,6 +393,7 @@ UnicodeEncoding UnicodeEncodingOf(const Operator* op) { | 
| V(NumberToBoolean, Operator::kNoProperties, 1, 0)              \ | 
| V(NumberToInt32, Operator::kNoProperties, 1, 0)                \ | 
| V(NumberToUint32, Operator::kNoProperties, 1, 0)               \ | 
| +  V(NumberToUint8Clamped, Operator::kNoProperties, 1, 0)         \ | 
| V(NumberSilenceNaN, Operator::kNoProperties, 1, 0)             \ | 
| V(StringCharCodeAt, Operator::kNoProperties, 2, 1)             \ | 
| V(StringFromCharCode, Operator::kNoProperties, 1, 0)           \ | 
|  |