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

Unified Diff: pkg/kernel/binary.md

Issue 2940283002: [kernel] Fix assert message. (Closed)
Patch Set: Created 3 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: pkg/kernel/binary.md
diff --git a/pkg/kernel/binary.md b/pkg/kernel/binary.md
index 09fc3e6277dcf087c0907b65e124c57dba4cead4..be97ec10bc37b72b7afeb214bd021e0fed325fa6 100644
--- a/pkg/kernel/binary.md
+++ b/pkg/kernel/binary.md
@@ -751,6 +751,8 @@ type EmptyStatement extends Statement {
type AssertStatement extends Statement {
Byte tag = 64;
Expression condition;
+ FileOffset conditionStartOffset;
+ FileOffset conditionEndOffset;
Option<Expression> message;
}

Powered by Google App Engine
This is Rietveld 408576698