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

Unified Diff: runtime/vm/intrinsifier_x64.cc

Issue 10990055: Hide VM-only coreimpl List implementation types. These should not be (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix on x64 as well. Created 8 years, 3 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/intrinsifier_x64.cc
diff --git a/runtime/vm/intrinsifier_x64.cc b/runtime/vm/intrinsifier_x64.cc
index 79dba1e40340f3a3ab4a4f654d5258e3b272f180..9813b19b6200b37357b539f66790db874312c0b6 100644
--- a/runtime/vm/intrinsifier_x64.cc
+++ b/runtime/vm/intrinsifier_x64.cc
@@ -1245,7 +1245,7 @@ static intptr_t GetOffsetForField(const char* class_name_p,
return field.Offset();
}
-static const char* kFixedSizeArrayIteratorClassName = "FixedSizeArrayIterator";
+static const char* kFixedSizeArrayIteratorClassName = "_FixedSizeArrayIterator";
// Class 'FixedSizeArrayIterator':
// T next() {

Powered by Google App Engine
This is Rietveld 408576698