| Index: src/mips/regexp-macro-assembler-mips.cc
|
| diff --git a/src/mips/regexp-macro-assembler-mips.cc b/src/mips/regexp-macro-assembler-mips.cc
|
| index 3d47e51ff5c7e9e896c99232ae9e81e125cad5e8..e1a27295e8f7df9e40c34dcd2c59399c17bbec20 100644
|
| --- a/src/mips/regexp-macro-assembler-mips.cc
|
| +++ b/src/mips/regexp-macro-assembler-mips.cc
|
| @@ -1041,7 +1041,7 @@ bool RegExpMacroAssemblerMIPS::CanReadUnaligned() {
|
| // Private methods:
|
|
|
| void RegExpMacroAssemblerMIPS::CallCheckStackGuardState(Register scratch) {
|
| - int stack_alignment = OS::ActivationFrameAlignment();
|
| + int stack_alignment = base::OS::ActivationFrameAlignment();
|
|
|
| // Align the stack pointer and save the original sp value on the stack.
|
| __ mov(scratch, sp);
|
|
|