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

Unified Diff: vm/flow_graph_builder.cc

Issue 11469036: - Create frame work for adding read only handles for symbols in the VM isolate (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
« no previous file with comments | « vm/dart_entry.cc ('k') | vm/handles.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/flow_graph_builder.cc
===================================================================
--- vm/flow_graph_builder.cc (revision 15861)
+++ vm/flow_graph_builder.cc (working copy)
@@ -1749,7 +1749,7 @@
const String& function_name = String::Handle(function.name());
const String& expected_function_name = String::Handle(
- String::Concat(expected_class_name, String::Handle(Symbols::Dot())));
+ String::Concat(expected_class_name, Symbols::DotHandle()));
return function_name.Equals(expected_function_name);
}
« no previous file with comments | « vm/dart_entry.cc ('k') | vm/handles.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698