Index: src/property.h |
diff --git a/src/property.h b/src/property.h |
index da015794df01f916101cc0f3be590b32cac3d947..add9e4d11bfca0ef25f3606b6e343d11e8ba05a6 100644 |
--- a/src/property.h |
+++ b/src/property.h |
@@ -32,7 +32,7 @@ class Descriptor BASE_EMBEDDED { |
PropertyDetails details_; |
protected: |
- Descriptor() : details_(Smi::kZero) {} |
+ Descriptor() : details_(Smi::FromInt(0)) {} |
void Init(Handle<Name> key, Handle<Object> value, PropertyDetails details) { |
DCHECK(key->IsUniqueName()); |