| Index: src/crankshaft/hydrogen-bce.cc
|
| diff --git a/src/crankshaft/hydrogen-bce.cc b/src/crankshaft/hydrogen-bce.cc
|
| index 7910c5bdaef71007c1aa86816d0c530680766cc3..ef4c8431de2c72caef7dd45943fb452b27d18165 100644
|
| --- a/src/crankshaft/hydrogen-bce.cc
|
| +++ b/src/crankshaft/hydrogen-bce.cc
|
| @@ -94,7 +94,7 @@ class BoundsCheckKey : public ZoneObject {
|
| // is dominating the code being examined now.
|
| // We also track the current "offset" of the index expression and use it to
|
| // decide if any check is already "covered" (so it can be removed) or not.
|
| -class BoundsCheckBbData: public ZoneObject {
|
| +class BoundsCheckBbData : public ZoneObject {
|
| public:
|
| BoundsCheckKey* Key() const { return key_; }
|
| int32_t LowerOffset() const { return lower_offset_; }
|
|
|