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

Unified Diff: src/debug/ia32/debug-ia32.cc

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
« no previous file with comments | « src/debug/debug-scopes.cc ('k') | src/debug/liveedit.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/ia32/debug-ia32.cc
diff --git a/src/debug/ia32/debug-ia32.cc b/src/debug/ia32/debug-ia32.cc
index cf21bd8d34965e947ae7594db34b402d89a7c00a..f9af29f3c89fb7e8be30c17b8abae647330d95ed 100644
--- a/src/debug/ia32/debug-ia32.cc
+++ b/src/debug/ia32/debug-ia32.cc
@@ -8,7 +8,7 @@
#include "src/codegen.h"
#include "src/debug/debug.h"
-
+#include "src/ia32/frames-ia32.h"
Yang 2015/08/12 09:46:17 A bit surprised that debug-x64.cc doesn't need thi
Michael Starzinger 2015/08/12 09:54:16 Most likely on x64 it still gets the include throu
namespace v8 {
namespace internal {
« no previous file with comments | « src/debug/debug-scopes.cc ('k') | src/debug/liveedit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698