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