summaryrefslogtreecommitdiffstats
path: root/chromium/v8/src/heap/code-stats.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/heap/code-stats.cc')
-rw-r--r--chromium/v8/src/heap/code-stats.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/v8/src/heap/code-stats.cc b/chromium/v8/src/heap/code-stats.cc
index 27b1315c6b5..6e685c47b38 100644
--- a/chromium/v8/src/heap/code-stats.cc
+++ b/chromium/v8/src/heap/code-stats.cc
@@ -7,7 +7,7 @@
#include "src/codegen/code-comments.h"
#include "src/codegen/reloc-info.h"
#include "src/heap/large-spaces.h"
-#include "src/heap/spaces-inl.h" // For PagedSpaceObjectIterator.
+#include "src/heap/paged-spaces-inl.h" // For PagedSpaceObjectIterator.
#include "src/objects/objects-inl.h"
namespace v8 {