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

Unified Diff: src/debug/debug.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/debug/debug.h
diff --git a/src/debug/debug.h b/src/debug/debug.h
index e14457ac7ed812829c348a2166a7fffc722ed999..2a5809c99f6b4c1dd77c228a1f6c6c2404d79df1 100644
--- a/src/debug/debug.h
+++ b/src/debug/debug.h
@@ -14,7 +14,7 @@
#include "src/execution.h"
#include "src/factory.h"
#include "src/flags.h"
-#include "src/frames-inl.h"
+#include "src/frames.h"
#include "src/hashmap.h"
#include "src/runtime/runtime.h"
#include "src/string-stream.h"
« no previous file with comments | « src/debug/arm64/debug-arm64.cc ('k') | src/debug/debug.cc » ('j') | src/debug/ia32/debug-ia32.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698