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

Unified Diff: src/assembler.h

Issue 2451853002: Uniform and precise source positions for inlining (Closed)
Patch Set: fixed obsolete identifiers Created 4 years, 2 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 | « src/arm/assembler-arm.h ('k') | src/assembler.cc » ('j') | src/assembler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler.h
diff --git a/src/assembler.h b/src/assembler.h
index 835f2f471a395159fd01f1fbb91b2c0b90345d6e..90c2b04988e919d2948882f44b11a7af17773057 100644
--- a/src/assembler.h
+++ b/src/assembler.h
@@ -43,6 +43,7 @@
#include "src/log.h"
#include "src/register-configuration.h"
#include "src/runtime/runtime.h"
+#include "src/source-position.h"
Michael Starzinger 2016/10/28 08:45:50 nit: I assume this include was added because of th
namespace v8 {
« no previous file with comments | « src/arm/assembler-arm.h ('k') | src/assembler.cc » ('j') | src/assembler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698