Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(861)

Unified Diff: src/objects.cc

Issue 18337003: Revert^2 "Derive synthetic type bounds for expressions"" (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/typing.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « no previous file | src/typing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698