Index: src/objects.cc |
diff --git a/src/objects.cc b/src/objects.cc |
index 239e2315c3ca4b3163edbad8feee568ca200a9b5..7241126d7626618003d50470b10d1062baa3e4c8 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 = NULL; |
+ Type* new_type; |
if (maybe_type->To(&new_type)) return maybe_type; |
set_type(new_type); |
} |