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

Unified Diff: src/preparse-data-format.h

Issue 1130133003: Migrate error messages, part 12. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@messages_11
Patch Set: Created 5 years, 7 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/preparse-data.cc ('k') | src/preparser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/preparse-data-format.h
diff --git a/src/preparse-data-format.h b/src/preparse-data-format.h
index de106939c77d9aa88fa863381f29fd1cb1888105..dcd881f91e45f6ecdafb67510ae4da6eea6646f7 100644
--- a/src/preparse-data-format.h
+++ b/src/preparse-data-format.h
@@ -28,7 +28,8 @@ struct PreparseDataConstants {
static const int kMessageEndPos = 1;
static const int kMessageArgCountPos = 2;
static const int kParseErrorTypePos = 3;
- static const int kMessageTextPos = 4;
+ static const int kMessageTemplatePos = 4;
+ static const int kMessageArgPos = 5;
static const unsigned char kNumberTerminator = 0x80u;
};
« no previous file with comments | « src/preparse-data.cc ('k') | src/preparser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698