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

Unified Diff: test/cctest/interpreter/source-position-matcher.h

Issue 2095893002: Use source position table for unoptimized code. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix gc mole Created 4 years, 6 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: test/cctest/interpreter/source-position-matcher.h
diff --git a/test/cctest/interpreter/source-position-matcher.h b/test/cctest/interpreter/source-position-matcher.h
index 0bb5bed886c2cfdb9b8bbdba70498b9b57c6a87a..7cc49cc20cff85316cb9ced2ab8cf6f4d73440ae 100644
--- a/test/cctest/interpreter/source-position-matcher.h
+++ b/test/cctest/interpreter/source-position-matcher.h
@@ -6,8 +6,8 @@
#define TEST_CCTEST_INTERPRETER_SOURCE_POSITION_COMPARER_H_
#include "src/interpreter/bytecode-array-iterator.h"
-#include "src/interpreter/source-position-table.h"
#include "src/objects.h"
+#include "src/source-position-table.h"
#include "src/v8.h"
namespace v8 {
« no previous file with comments | « test/cctest/interpreter/bytecode-expectations-printer.cc ('k') | test/cctest/interpreter/source-position-matcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698