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

Unified Diff: test/cctest/heap/test-heap.cc

Issue 2598543003: [runtime][ic] Constant field tracking support. (Closed)
Patch Set: Created 3 years, 11 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: test/cctest/heap/test-heap.cc
diff --git a/test/cctest/heap/test-heap.cc b/test/cctest/heap/test-heap.cc
index a6cc7e825150b0d2def3fc00b2aa815caa532caa..2e2384e7bb218a4009e7443d818933c0540513b8 100644
--- a/test/cctest/heap/test-heap.cc
+++ b/test/cctest/heap/test-heap.cc
@@ -5743,7 +5743,7 @@ TEST(Regress388880) {
Handle<String> name = factory->NewStringFromStaticChars("foo");
name = factory->InternalizeString(name);
Handle<Map> map2 =
- Map::CopyWithField(map1, name, FieldType::Any(isolate), NONE,
+ Map::CopyWithField(map1, name, FieldType::Any(isolate), NONE, kMutable,
Representation::Tagged(), OMIT_TRANSITION)
.ToHandleChecked();
« src/lookup.cc ('K') | « src/value-serializer.cc ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698