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

Unified Diff: src/cpu-profiler.h

Issue 966653002: Remove support for thread-based recompilation (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | src/flag-definitions.h » ('j') | src/isolate.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cpu-profiler.h
diff --git a/src/cpu-profiler.h b/src/cpu-profiler.h
index d8341d823837e69be7a1ec7d697cc22bbfcc81db..9c6ba616fd16b693ae7bb8ef8b2c62106f40b933 100644
--- a/src/cpu-profiler.h
+++ b/src/cpu-profiler.h
@@ -10,7 +10,7 @@
#include "src/base/platform/time.h"
#include "src/circular-queue.h"
#include "src/sampler.h"
-#include "src/unbound-queue.h"
+#include "src/unbound-queue-inl.h"
namespace v8 {
namespace internal {
« no previous file with comments | « no previous file | src/flag-definitions.h » ('j') | src/isolate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698