Index: src/json-stringifier.cc |
diff --git a/src/json-stringifier.cc b/src/json-stringifier.cc |
index b38c7807bd9530cd7afbf60196a9b34e7e7bb196..b8bf6074f5ff05084d9464bcc8ed3447befadd11 100644 |
--- a/src/json-stringifier.cc |
+++ b/src/json-stringifier.cc |
@@ -537,7 +537,8 @@ JsonStringifier::Result JsonStringifier::SerializeJSReceiverSlow( |
if (contents.is_null()) { |
ASSIGN_RETURN_ON_EXCEPTION_VALUE( |
isolate_, contents, |
- KeyAccumulator::GetKeys(object, OWN_ONLY, ENUMERABLE_STRINGS), |
+ KeyAccumulator::GetKeys(object, KeyCollectionMode::OWN_ONLY, |
+ ENUMERABLE_STRINGS), |
EXCEPTION); |
} |
builder_.AppendCharacter('{'); |