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 05342eea95..cbf2fc859d 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()); + PrintF(out, " -index = %d", GetFieldIndex().field_index()); PrintF(out, "\n"); break; case CALLBACKS: |