| Index: src/arm64/code-stubs-arm64.h
|
| diff --git a/src/arm64/code-stubs-arm64.h b/src/arm64/code-stubs-arm64.h
|
| index 1b64a625f99f736575556af3a41d3f4eeacb7f38..341153380dcd6b8d639484f498decf0a699c97d4 100644
|
| --- a/src/arm64/code-stubs-arm64.h
|
| +++ b/src/arm64/code-stubs-arm64.h
|
| @@ -384,6 +384,7 @@ class NameDictionaryLookupStub: public PlatformCodeStub {
|
| DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub);
|
| };
|
|
|
| -} } // namespace v8::internal
|
| +} // namespace internal
|
| +} // namespace v8
|
|
|
| #endif // V8_ARM64_CODE_STUBS_ARM64_H_
|
|
|