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

Unified Diff: runtime/vm/regexp_assembler_ir.cc

Issue 1289643005: Rename accessors of class Field to make it more apparent as to what is being accessed - static fiel… (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: self-code-review Created 5 years, 4 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: runtime/vm/regexp_assembler_ir.cc
diff --git a/runtime/vm/regexp_assembler_ir.cc b/runtime/vm/regexp_assembler_ir.cc
index 6851926aede6cf78c0fffc6bc0292bb1c10fa896..9f5a0043a8420d204897ab748a340abba3b6f22e 100644
--- a/runtime/vm/regexp_assembler_ir.cc
+++ b/runtime/vm/regexp_assembler_ir.cc
@@ -428,7 +428,7 @@ ConstantInstr* IRRegExpMacroAssembler::WordCharacterMapConstant() const {
ASSERT(!word_character_field.IsUninitialized());
return new(Z) ConstantInstr(
- Instance::ZoneHandle(Z, word_character_field.value()));
+ Instance::ZoneHandle(Z, word_character_field.StaticFieldValue()));
}

Powered by Google App Engine
This is Rietveld 408576698