Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 759e1c266671acb72e40898efdefd5a5c9986ed8..cc4b279976a54d573d76eba861235e48d8a19250 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -2541,9 +2541,6 @@ class JSObject: public JSReceiver { |
static Handle<Smi> GetOrCreateIdentityHash(Handle<JSObject> object); |
- static Handle<SeededNumberDictionary> GetNormalizedElementDictionary( |
- Handle<JSObject> object, Handle<FixedArrayBase> elements); |
- |
// Helper for fast versions of preventExtensions, seal, and freeze. |
// attrs is one of NONE, SEALED, or FROZEN (depending on the operation). |
template <PropertyAttributes attrs> |