| Index: src/ia32/codegen-ia32.cc
|
| ===================================================================
|
| --- src/ia32/codegen-ia32.cc (revision 4954)
|
| +++ src/ia32/codegen-ia32.cc (working copy)
|
| @@ -11274,7 +11274,7 @@
|
| ASSERT_EQ(1, kSmiTagSize + kSmiShiftSize);
|
| __ add(Operand(edx), Immediate(2)); // edx was a smi.
|
| // Check that the static offsets vector buffer is large enough.
|
| - __ cmp(edx, OffsetsVector::kStaticOffsetsVectorSize);
|
| + __ cmp(edx, Isolate::kJSRegexpStaticOffsetsVectorSize);
|
| __ j(above, &runtime);
|
|
|
| // ecx: RegExp data (FixedArray)
|
|
|