Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 831f985491ae23f494ae9d94c30de9cf0455ba31..64973350eae06022316087241fca8267faa40dc0 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -3388,8 +3388,13 @@ class DescriptorArray: public FixedArray { |
int new_size, |
int modify_index, |
StoreMode store_mode, |
- Handle<DescriptorArray> other) |
- V8_WARN_UNUSED_RESULT; |
+ Handle<DescriptorArray> other); |
+ MUST_USE_RESULT MaybeObject* Merge(int verbatim, |
+ int valid, |
+ int new_size, |
+ int modify_index, |
+ StoreMode store_mode, |
+ DescriptorArray* other); |
bool IsMoreGeneralThan(int verbatim, |
int valid, |