diff options
Diffstat (limited to 'deps/v8/src/property.cc')
-rw-r--r-- | deps/v8/src/property.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/property.cc b/deps/v8/src/property.cc index cbf2fc859d..05342eea95 100644 --- a/deps/v8/src/property.cc +++ b/deps/v8/src/property.cc @@ -63,7 +63,7 @@ void LookupResult::Print(FILE* out) { break; case FIELD: PrintF(out, " -type = field\n"); - PrintF(out, " -index = %d", GetFieldIndex().field_index()); + PrintF(out, " -index = %d", GetFieldIndex()); PrintF(out, "\n"); break; case CALLBACKS: |