Index: src/objects.cc |
diff --git a/src/objects.cc b/src/objects.cc |
index b5e14651e94798c05f46ca10a01baefe529a6af3..202fb5ce9ffaf3c5ed3a17a6a5da22850152e168 100644 |
--- a/src/objects.cc |
+++ b/src/objects.cc |
@@ -1092,7 +1092,6 @@ MaybeHandle<Object> Object::GetPropertyWithAccessor(LookupIterator* it) { |
return ReadAbsentProperty(isolate, receiver, it->GetName()); |
} |
-#ifdef USE_SIMULATOR |
// static |
Address AccessorInfo::redirect(Isolate* isolate, Address address, |
AccessorComponent component) { |
@@ -1107,7 +1106,6 @@ Address AccessorInfo::redirected_getter() const { |
if (accessor == nullptr) return nullptr; |
return redirect(GetIsolate(), accessor, ACCESSOR_GETTER); |
} |
-#endif |
bool AccessorInfo::IsCompatibleReceiverMap(Isolate* isolate, |
Handle<AccessorInfo> info, |