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

Unified Diff: runtime/vm/symbols.h

Issue 2511883002: VM: [Kernel] Relax assertion in Script::GetTokenLocation(). (Closed)
Patch Set: Created 4 years, 1 month 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
« runtime/vm/kernel_reader.cc ('K') | « runtime/vm/object.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index f15485bd206b22b2bc3c9c6f11bc63f8d2a1758a..344015c1b3f88cd135232fb74f8dec368d48c277 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -406,7 +406,8 @@ class ObjectPointerVisitor;
V(_classRangeCheck, "_classRangeCheck") \
V(_classRangeCheckNegative, "_classRangeCheckNegative") \
V(GetRuntimeType, "get:runtimeType") \
- V(HaveSameRuntimeType, "_haveSameRuntimeType")
+ V(HaveSameRuntimeType, "_haveSameRuntimeType") \
+ V(KernelScriptUri, "kernel:script")
// Contains a list of frequently used strings in a canonicalized form. This
« runtime/vm/kernel_reader.cc ('K') | « runtime/vm/object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698