Index: src/field-index.h |
diff --git a/src/field-index.h b/src/field-index.h |
index 8650c8fb8fdeb4dadbb1fb75463f8b09b5fe8914..78b5db1190c8ec6a3c6a8126d72898440ac984e5 100644 |
--- a/src/field-index.h |
+++ b/src/field-index.h |
@@ -23,7 +23,6 @@ class FieldIndex V8_FINAL { |
int index, |
bool is_double = false); |
static FieldIndex ForInObjectOffset(int offset, Map* map = NULL); |
- static FieldIndex ForLookupResult(const LookupResult* result); |
static FieldIndex ForDescriptor(Map* map, int descriptor_index); |
static FieldIndex ForLoadByFieldIndex(Map* map, int index); |
static FieldIndex ForKeyedLookupCacheIndex(Map* map, int index); |