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

Unified Diff: src/runtime/runtime-function.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
Index: src/runtime/runtime-function.cc
diff --git a/src/runtime/runtime-function.cc b/src/runtime/runtime-function.cc
index cb9dd3299eb0a32c93b4070305db953c34288b87..8eff2fd4f80856bf16b1f01ecbbc38efbe844c93 100644
--- a/src/runtime/runtime-function.cc
+++ b/src/runtime/runtime-function.cc
@@ -9,7 +9,7 @@
#include "src/compiler.h"
#include "src/cpu-profiler.h"
#include "src/deoptimizer.h"
-#include "src/frames.h"
+#include "src/frames-inl.h"
#include "src/messages.h"
#include "src/runtime/runtime-utils.h"

Powered by Google App Engine
This is Rietveld 408576698