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

Unified Diff: runtime/lib/mirrors_patch.dart

Issue 2617163002: Revert "reflectType() dynamic type arguments support (#26012)" (Closed)
Patch Set: Created 3 years, 11 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/mirrors_impl.dart ('k') | runtime/vm/bootstrap_natives.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/mirrors_patch.dart
diff --git a/runtime/lib/mirrors_patch.dart b/runtime/lib/mirrors_patch.dart
index c168026810456469b4375502ed9f222898b6f9e7..03bd1b6eca59442717fded31213fcc8ba56e7a0e 100644
--- a/runtime/lib/mirrors_patch.dart
+++ b/runtime/lib/mirrors_patch.dart
@@ -33,8 +33,8 @@ import "dart:_internal" as internal;
return _Mirrors.reflectClass(key);
}
-@patch TypeMirror reflectType(Type key, [List<Type> typeArguments]) {
- return _Mirrors.reflectType(key, typeArguments);
+@patch TypeMirror reflectType(Type key) {
+ return _Mirrors.reflectType(key);
}
@patch class MirrorSystem {
« no previous file with comments | « runtime/lib/mirrors_impl.dart ('k') | runtime/vm/bootstrap_natives.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698