| Index: src/hydrogen-instructions.h
|
| diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h
|
| index b6620a0e0b3922d34745c2d15c58a4f23c0290d4..fcf46554ea0b5188991323cb77d0fcb1046e466b 100644
|
| --- a/src/hydrogen-instructions.h
|
| +++ b/src/hydrogen-instructions.h
|
| @@ -6406,7 +6406,7 @@ class ArrayInstructionInterface {
|
| virtual int MaxIndexOffsetBits() = 0;
|
| virtual bool IsDehoisted() = 0;
|
| virtual void SetDehoisted(bool is_dehoisted) = 0;
|
| - virtual ~ArrayInstructionInterface() { };
|
| + virtual ~ArrayInstructionInterface() { }
|
|
|
| static Representation KeyedAccessIndexRequirement(Representation r) {
|
| return r.IsInteger32() || SmiValuesAre32Bits()
|
|
|