Index: src/property.cc |
diff --git a/src/property.cc b/src/property.cc |
index c35fb8347409a34732ab05fb8091d58d55e5a7d6..dd232093bd39a1561139afde4dade96c22b9ffb7 100644 |
--- a/src/property.cc |
+++ b/src/property.cc |
@@ -74,6 +74,9 @@ void LookupResult::Print(FILE* out) { |
PrintF(out, " -callback object:\n"); |
GetCallbackObject()->Print(out); |
break; |
+ case HANDLER: |
+ PrintF(out, " -type = lookup proxy\n"); |
+ break; |
case INTERCEPTOR: |
PrintF(out, " -type = lookup interceptor\n"); |
break; |