Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 831e0135018a291b06ccd61d17808a74e0e31a2d..6aaf6f246265aa5bafbafa8d063b3fab71217651 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -6252,8 +6252,8 @@ class Map: public HeapObject { |
int target_inobject, |
int target_unused); |
static Handle<Map> GeneralizeAllFieldRepresentations(Handle<Map> map); |
- static Handle<HeapType> GeneralizeFieldType(Handle<HeapType> old_field_type, |
- Handle<HeapType> new_field_type, |
+ static Handle<HeapType> GeneralizeFieldType(Handle<HeapType> type1, |
+ Handle<HeapType> type2, |
Isolate* isolate) |
V8_WARN_UNUSED_RESULT; |
static void GeneralizeFieldType(Handle<Map> map, |