Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 9612ffa9754eec1dbcb54814afd8c093cf23e707..6b7682714b554f09fc5602899bd0d0197ba4afc0 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -10724,9 +10724,7 @@ |
// Returns the holder JSObject if the function can legally be called with this |
// receiver. Returns Heap::null_value() if the call is illegal. |
- Handle<Object> GetCompatibleReceiver(Isolate* isolate, |
- Handle<Object> receiver, |
- bool is_construct); |
+ Object* GetCompatibleReceiver(Isolate* isolate, Object* receiver); |
private: |
// Bit position in the flag, from least significant bit position. |