Index: src/mips64/code-stubs-mips64.cc |
diff --git a/src/mips64/code-stubs-mips64.cc b/src/mips64/code-stubs-mips64.cc |
index 84157057196445f59d372fd90c4b8114a2a07b36..8a1ff938f6f36539256fd5179f157093722a9f8c 100644 |
--- a/src/mips64/code-stubs-mips64.cc |
+++ b/src/mips64/code-stubs-mips64.cc |
@@ -2526,7 +2526,7 @@ static void EmitContinueIfStrictOrNative(MacroAssembler* masm, Label* cont) { |
// Do not transform the receiver for strict mode functions. |
int32_t strict_mode_function_mask = |
- 1 << SharedFunctionInfo::kStrictModeBitWithinByte ; |
+ 1 << SharedFunctionInfo::kStrictModeBitWithinByte; |
// Do not transform the receiver for native (Compilerhints already in a3). |
int32_t native_mask = 1 << SharedFunctionInfo::kNativeBitWithinByte; |