summaryrefslogtreecommitdiff
path: root/deps/v8/test/cctest/test-transitions.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/cctest/test-transitions.cc')
-rw-r--r--deps/v8/test/cctest/test-transitions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/cctest/test-transitions.cc b/deps/v8/test/cctest/test-transitions.cc
index 5f47cf8419..9e179b4662 100644
--- a/deps/v8/test/cctest/test-transitions.cc
+++ b/deps/v8/test/cctest/test-transitions.cc
@@ -289,7 +289,7 @@ TEST(TransitionArray_SameFieldNamesDifferentAttributes) {
if (key == *name) {
// Attributes transition.
PropertyAttributes attributes =
- target.GetLastDescriptorDetails().attributes();
+ target.GetLastDescriptorDetails(isolate).attributes();
CHECK_EQ(*attr_maps[static_cast<int>(attributes)], target);
} else {
for (int j = 0; j < PROPS_COUNT; j++) {