Index: runtime/lib/isolate.cc |
=================================================================== |
--- runtime/lib/isolate.cc (revision 1098) |
+++ runtime/lib/isolate.cc (working copy) |
@@ -169,6 +169,7 @@ |
if (!default_constructor.IsNull()) { |
GrowableArray<const Object*> arguments(1); |
arguments.Add(&target); |
+ arguments.Add(&Smi::Handle(Smi::New(Function::kCtorPhaseAll))); |
const Array& kNoArgumentNames = Array::Handle(); |
result = DartEntry::InvokeStatic(default_constructor, |
arguments, |