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

Unified Diff: src/objects.cc

Issue 18847002: Unrevert "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 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);
}
« 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