| Index: src/ppc/code-stubs-ppc.h
|
| diff --git a/src/ppc/code-stubs-ppc.h b/src/ppc/code-stubs-ppc.h
|
| index bc6c26b2172ffb03d1eb5cf02a3ada7d9d8f7830..ef4bdce5d161a56db6a02ac692a3ccce9929356c 100644
|
| --- a/src/ppc/code-stubs-ppc.h
|
| +++ b/src/ppc/code-stubs-ppc.h
|
| @@ -322,7 +322,7 @@ class NameDictionaryLookupStub : public PlatformCodeStub {
|
| DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR();
|
| DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub);
|
| };
|
| -}
|
| -} // namespace v8::internal
|
| +} // namespace internal
|
| +} // namespace v8
|
|
|
| #endif // V8_PPC_CODE_STUBS_PPC_H_
|
|
|