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

Unified Diff: vm/flow_graph_optimizer.h

Issue 11648006: Create read only handles for empty_array and sentinel objects (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years 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
Index: vm/flow_graph_optimizer.h
===================================================================
--- vm/flow_graph_optimizer.h (revision 16331)
+++ vm/flow_graph_optimizer.h (working copy)
@@ -183,7 +183,7 @@
static void Optimize(FlowGraph* graph);
// Used to initialize the abstract value of definitions.
- static RawObject* Unknown() { return Object::transition_sentinel(); }
+ static RawObject* Unknown() { return Object::transition_sentinel().raw(); }
private:
void Analyze();

Powered by Google App Engine
This is Rietveld 408576698