| Index: src/mips64/code-stubs-mips64.h
|
| diff --git a/src/mips64/code-stubs-mips64.h b/src/mips64/code-stubs-mips64.h
|
| index 33c392b2f770dba06d724cc67613bf71f7a168d2..c54a3d07c50667e96d0e4bd484f550b6b39cfeb3 100644
|
| --- a/src/mips64/code-stubs-mips64.h
|
| +++ b/src/mips64/code-stubs-mips64.h
|
| @@ -2,8 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef V8_MIPS_CODE_STUBS_ARM_H_
|
| -#define V8_MIPS_CODE_STUBS_ARM_H_
|
| +#ifndef V8_MIPS_CODE_STUBS_MIPS64_H_
|
| +#define V8_MIPS_CODE_STUBS_MIPS64_H_
|
| +
|
| +#include "src/mips64/frames-mips64.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
| @@ -344,4 +346,4 @@ class NameDictionaryLookupStub: public PlatformCodeStub {
|
|
|
| } } // namespace v8::internal
|
|
|
| -#endif // V8_MIPS_CODE_STUBS_ARM_H_
|
| +#endif // V8_MIPS_CODE_STUBS_MIPS64_H_
|
|
|