Index: src/handles.h |
diff --git a/src/handles.h b/src/handles.h |
index 5c64cf50115a70a1d31bcf195f75979f10b3f9a6..13c6dd67f71e4aca1c7b59e6057f143a29347fd3 100644 |
--- a/src/handles.h |
+++ b/src/handles.h |
@@ -170,7 +170,7 @@ class HandleScope { |
void NormalizeProperties(Handle<JSObject> object, |
PropertyNormalizationMode mode, |
int expected_additional_properties); |
-void NormalizeElements(Handle<JSObject> object); |
+Handle<NumberDictionary> NormalizeElements(Handle<JSObject> object); |
void TransformToFastProperties(Handle<JSObject> object, |
int unused_property_fields); |
MUST_USE_RESULT Handle<NumberDictionary> NumberDictionarySet( |