Index: src/ppc/code-stubs-ppc.cc |
diff --git a/src/ppc/code-stubs-ppc.cc b/src/ppc/code-stubs-ppc.cc |
index 0e1d86024f45e6c2f7bb8760da041ec296ff1945..896dd6c1df6b0b5a31da9dae50f154a9439ff1af 100644 |
--- a/src/ppc/code-stubs-ppc.cc |
+++ b/src/ppc/code-stubs-ppc.cc |
@@ -1411,7 +1411,7 @@ void InstanceOfStub::Generate(MacroAssembler* masm) { |
// Ensure that {function} has an instance prototype. |
__ lbz(scratch, FieldMemOperand(function_map, Map::kBitFieldOffset)); |
- __ TestBit(scratch, Map::HasNonInstancePrototype, r0); |
+ __ TestBit(scratch, Map::kHasNonInstancePrototype, r0); |
__ bne(&slow_case, cr0); |
// Ensure that {function} is not bound. |