Chromium Code Reviews| Index: src/mips/deoptimizer-mips.cc |
| diff --git a/src/mips/deoptimizer-mips.cc b/src/mips/deoptimizer-mips.cc |
| index 69e8514f67c79156e79f9ab39cef1cecc3b00a1e..4956ff3ae142086efac4d778f525c081d2f471e3 100644 |
| --- a/src/mips/deoptimizer-mips.cc |
| +++ b/src/mips/deoptimizer-mips.cc |
| @@ -399,7 +399,7 @@ |
| void FrameDescription::SetCallerConstantPool(unsigned offset, intptr_t value) { |
| - // No embedded constant pool support. |
| + // No out-of-line constant pool support. |
| UNREACHABLE(); |
| } |