Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 0c2d22f42daf6018dacd24d3e43afe27419521f8..678dcb2ed5d48b6c233977513ff94bfe22a324b1 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -6364,7 +6364,7 @@ class Map: public HeapObject { |
void ZapTransitions(); |
void DeprecateTransitionTree(); |
- void DeprecateTarget(Name* key, DescriptorArray* new_descriptors, |
+ bool DeprecateTarget(Name* key, DescriptorArray* new_descriptors, |
LayoutDescriptor* new_layout_descriptor); |
Map* FindLastMatchMap(int verbatim, int length, DescriptorArray* descriptors); |