Index: src/property.cc |
diff --git a/src/property.cc b/src/property.cc |
index 132f08315fed35f18caafb21b2248a56803af9fd..05342eea95e0bf74c49d410621655864b4121672 100644 |
--- a/src/property.cc |
+++ b/src/property.cc |
@@ -112,7 +112,7 @@ void Descriptor::Print(FILE* out) { |
GetKey()->ShortPrint(out); |
PrintF(out, " @ "); |
GetValue()->ShortPrint(out); |
- PrintF(out, " %d\n", GetDetails().index()); |
+ PrintF(out, " %d\n", GetDetails().descriptor_index()); |
} |