Chromium Code Reviews| Index: src/property.cc |
| diff --git a/src/property.cc b/src/property.cc |
| index 05342eea95e0bf74c49d410621655864b4121672..2da28b416d93c8f25f5c2f1f3d8c2360571e73c5 100644 |
| --- a/src/property.cc |
| +++ b/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().FieldIndex()); |
| PrintF(out, "\n"); |
| break; |
| case CALLBACKS: |