Index: src/full-codegen/arm64/full-codegen-arm64.cc |
diff --git a/src/full-codegen/arm64/full-codegen-arm64.cc b/src/full-codegen/arm64/full-codegen-arm64.cc |
index 3344ec1b8ce5050f7a811342c67d49ce9e4a92fd..74ae09262989b098b6354365bc0fc922898552e6 100644 |
--- a/src/full-codegen/arm64/full-codegen-arm64.cc |
+++ b/src/full-codegen/arm64/full-codegen-arm64.cc |
@@ -528,7 +528,7 @@ void FullCodeGenerator::TestContext::Plug(Handle<Object> lit) const { |
true, |
true_label_, |
false_label_); |
- DCHECK(lit->IsNull() || lit->IsUndefined() || !lit->IsUndetectableObject()); |
+ DCHECK(lit->IsNull() || lit->IsUndefined() || !lit->IsUndetectable()); |
if (lit->IsUndefined() || lit->IsNull() || lit->IsFalse()) { |
if (false_label_ != fall_through_) __ B(false_label_); |
} else if (lit->IsTrue() || lit->IsJSObject()) { |