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