Index: src/objects.cc |
diff --git a/src/objects.cc b/src/objects.cc |
index 589828e12985adf4df33eea45d79cb07122eb61b..83781f2c449c58afeff408ce186f113ba7452074 100644 |
--- a/src/objects.cc |
+++ b/src/objects.cc |
@@ -15850,7 +15850,7 @@ MaybeObject* PropertyCell::SetValueInferType(Object* value, |
&PropertyCell::UpdateType, |
Handle<PropertyCell>(this), |
Handle<Object>(value, GetIsolate())); |
- Type* new_type; |
+ Type* new_type = NULL; |
if (maybe_type->To(&new_type)) return maybe_type; |
set_type(new_type); |
} |