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

Unified Diff: runtime/vm/compiler.h

Issue 1414333014: Queueing fix, cleanups. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: d Created 5 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
« no previous file with comments | « no previous file | runtime/vm/compiler.cc » ('j') | runtime/vm/compiler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/compiler.h
diff --git a/runtime/vm/compiler.h b/runtime/vm/compiler.h
index 76f349e12634b076856482fb8bea6056fc6f0cfa..b73687cd5bcec2a23e313805789bef9cb7e37a40 100644
--- a/runtime/vm/compiler.h
+++ b/runtime/vm/compiler.h
@@ -51,10 +51,10 @@ class BackgroundCompilationResult : public ValueObject {
void ClearCHAInvalidationGen() {
cha_invalidation_gen_ = Isolate::kInvalidGen;
}
- void ClearFieldInnvalidationGen() {
+ void ClearFieldInvalidationGen() {
field_invalidation_gen_ = Isolate::kInvalidGen;
}
- void ClearPrefixInnvalidationGen() {
+ void ClearPrefixInvalidationGen() {
prefix_invalidation_gen_ = Isolate::kInvalidGen;
}
« no previous file with comments | « no previous file | runtime/vm/compiler.cc » ('j') | runtime/vm/compiler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698