Index: src/property.cc |
diff --git a/src/property.cc b/src/property.cc |
index 24b39a959215e0eac9dc7760f3c7b482a5ac3918..fa5046de5b1a3c67411a8576b11537a1b4f53653 100644 |
--- a/src/property.cc |
+++ b/src/property.cc |
@@ -47,8 +47,7 @@ void LookupResult::Print(FILE* out) { |
break; |
case FIELD: |
PrintF(out, " -type = field\n"); |
- PrintF(out, " -index = %d\n", |
- GetFieldIndex().property_index()); |
+ PrintF(out, " -index = %d\n", GetFieldIndex().field_index()); |
PrintF(out, " -field type:\n"); |
GetFieldType()->TypePrint(out); |
break; |