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

Unified Diff: src/runtime-profiler.cc

Issue 2197973002: Move ContextSlotCache to its own file (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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-profiler.cc
diff --git a/src/runtime-profiler.cc b/src/runtime-profiler.cc
index c342ab097fa84a11fcad253f57bdafa9637126cd..89e0e2f1caa7c0463ed6d93630646c3e6da43453 100644
--- a/src/runtime-profiler.cc
+++ b/src/runtime-profiler.cc
@@ -5,7 +5,6 @@
#include "src/runtime-profiler.h"
#include "src/assembler.h"
-#include "src/ast/scopeinfo.h"
#include "src/base/platform/platform.h"
#include "src/bootstrapper.h"
#include "src/code-stubs.h"

Powered by Google App Engine
This is Rietveld 408576698