Index: runtime/lib/isolate.cc |
=================================================================== |
--- runtime/lib/isolate.cc (revision 25321) |
+++ runtime/lib/isolate.cc (working copy) |
@@ -61,7 +61,8 @@ |
function_name, |
kNumArguments, |
Object::empty_array(), |
- Resolver::kIsQualified); |
+ Resolver::kIsQualified, |
+ NULL); // No ambiguity error expected. |
ASSERT(!func.IsNull()); |
isolate->object_store()->set_receive_port_create_function(func); |
} |