| Index: src/regexp/ppc/regexp-macro-assembler-ppc.h
|
| diff --git a/src/regexp/ppc/regexp-macro-assembler-ppc.h b/src/regexp/ppc/regexp-macro-assembler-ppc.h
|
| index 2dd339eb8d385313017184d90c2db9ee5c0af37b..04a0e5e416e0c2c22fe2111d831b83b72c62f0be 100644
|
| --- a/src/regexp/ppc/regexp-macro-assembler-ppc.h
|
| +++ b/src/regexp/ppc/regexp-macro-assembler-ppc.h
|
| @@ -208,7 +208,7 @@ const RegList kRegExpCalleeSaved =
|
| 1 << 25 | 1 << 26 | 1 << 27 | 1 << 28 | 1 << 29 | 1 << 30 | 1 << 31;
|
|
|
| #endif // V8_INTERPRETED_REGEXP
|
| -}
|
| -} // namespace v8::internal
|
| +} // namespace internal
|
| +} // namespace v8
|
|
|
| #endif // V8_REGEXP_PPC_REGEXP_MACRO_ASSEMBLER_PPC_H_
|
|
|