Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 603f7b3e3f8a78a2c4be4178cb9d34f33321ccf9..41beca4d8a64f658ac39a3e32cbf0c180352b599 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -2236,11 +2236,6 @@ class JSObject: public JSReceiver { |
Handle<Map> new_map, |
int expected_additional_properties); |
- static void GeneralizeFieldRepresentation(Handle<JSObject> object, |
- int modify_index, |
- Representation new_representation, |
- Handle<HeapType> new_field_type); |
- |
static void UpdateAllocationSite(Handle<JSObject> object, |
ElementsKind to_kind); |