| Index: src/ia32/frames-ia32.h
|
| diff --git a/src/ia32/frames-ia32.h b/src/ia32/frames-ia32.h
|
| index f9d804f667c3c02c99460d5dbfdfce76e00df0b0..bb814a33bc091365d56e447da26ef6d095b6afac 100644
|
| --- a/src/ia32/frames-ia32.h
|
| +++ b/src/ia32/frames-ia32.h
|
| @@ -93,7 +93,6 @@ class ConstructFrameConstants : public AllStatic {
|
| public:
|
| // FP-relative.
|
| static const int kImplicitReceiverOffset = -5 * kPointerSize;
|
| - static const int kConstructorOffset = kMinInt;
|
| static const int kLengthOffset = -4 * kPointerSize;
|
| static const int kCodeOffset = StandardFrameConstants::kExpressionsOffset;
|
|
|
|
|