Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(822)

Unified Diff: src/mips64/code-stubs-mips64.h

Issue 1283183002: Realize IWYU pattern for frames-inl.h header. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698