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

Unified Diff: runtime/lib/mirrors.cc

Issue 2005723004: Fraction class prototype and test (not to be committed). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: work in progress Created 4 years, 5 months 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 | « runtime/lib/integers.dart ('k') | runtime/observatory/tests/service/get_source_report_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/mirrors.cc
diff --git a/runtime/lib/mirrors.cc b/runtime/lib/mirrors.cc
index 1478f0467c0db0298d217ff95b3024cbfd76619d..e8cc1c8a3aad013bf244482dc5d0b5cae42a24e8 100644
--- a/runtime/lib/mirrors.cc
+++ b/runtime/lib/mirrors.cc
@@ -35,6 +35,7 @@ static RawInstance* CreateMirror(const String& mirror_class_name,
DartLibraryCalls::InstanceCreate(mirrors_lib,
mirror_class_name,
constructor_name,
+ false, // Not a factory.
constructor_arguments));
ASSERT(!result.IsError());
return Instance::Cast(result).raw();
« no previous file with comments | « runtime/lib/integers.dart ('k') | runtime/observatory/tests/service/get_source_report_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698