Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index 1615db5527dbcb8fc036c1a2f9a895051b303910..a4cbe6992ff82390780677480d97982634c234e4 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -624,7 +624,9 @@ class Heap { |
// Returns a deep copy of the JavaScript object. |
// Properties and elements are copied too. |
// Returns failure if allocation failed. |
- MUST_USE_RESULT MaybeObject* CopyJSObject(JSObject* source); |
+ MUST_USE_RESULT MaybeObject* CopyJSObject( |
+ JSObject* source, |
+ AllocationSiteMode mode = DONT_TRACK_ALLOCATION_SITE); |
// Allocates the function prototype. |
// Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation |