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

Unified Diff: runtime/vm/method_recognizer.h

Issue 1094533002: Fix ListIterator.iterator function hash for VM. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/method_recognizer.h
diff --git a/runtime/vm/method_recognizer.h b/runtime/vm/method_recognizer.h
index d62c58858427033143f6190665230c9d4784612e..83c513c396caa4e696834bfca02823cea8c38046 100644
--- a/runtime/vm/method_recognizer.h
+++ b/runtime/vm/method_recognizer.h
@@ -323,7 +323,7 @@ namespace dart {
V(_GrowableList, add, GrowableListAdd, 422087403) \
V(_GrowableList, removeLast, GrowableListRemoveLast, 1285719639) \
V(_StringBase, get:length, StringBaseLength, 784429419) \
- V(ListIterator, moveNext, ListIteratorMoveNext, 1001265875) \
+ V(ListIterator, moveNext, ListIteratorMoveNext, 945791066) \
V(_FixedSizeArrayIterator, moveNext, FixedListIteratorMoveNext, 890839431) \
V(_GrowableList, get:iterator, GrowableArrayIterator, 1663047580) \
V(_GrowableList, forEach, GrowableArrayForEach, 605873384) \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698