Index: src/property.h |
diff --git a/src/property.h b/src/property.h |
index 9eb4194b424bef8fa5f4e975b49c7d4e60ccec47..3faa28b85ed08ae6dedd0b68ce43e0caf8a9d9e3 100644 |
--- a/src/property.h |
+++ b/src/property.h |
@@ -290,7 +290,7 @@ class LookupResult BASE_EMBEDDED { |
case CONSTANT_FUNCTION: |
return GetConstantFunction(); |
default: |
- return Smi::FromInt(0); |
+ return Isolate::Current()->heap()->the_hole_value(); |
} |
} |