Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 8a6b340f47428981f7c64200bf2bf856bcf5ef32..fb11a5cf08be29988c2375c027d5ce609faed491 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5914,8 +5914,8 @@ class Map: public HeapObject { |
PropertyAttributes attributes, |
StoreFromKeyed store_mode); |
static Handle<Map> TransitionToAccessorProperty( |
- Handle<Map> map, Handle<Name> name, int descriptor, |
- AccessorComponent component, Handle<Object> accessor, |
+ Isolate* isolate, Handle<Map> map, Handle<Name> name, int descriptor, |
+ Handle<Object> getter, Handle<Object> setter, |
PropertyAttributes attributes); |
static Handle<Map> ReconfigureExistingProperty(Handle<Map> map, |
int descriptor, |