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

Unified Diff: runtime/lib/errors_patch.dart

Issue 2717573003: Fix errors in VM patch files. (Closed)
Patch Set: Created 3 years, 10 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/developer.dart ('k') | runtime/lib/string_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/errors_patch.dart
diff --git a/runtime/lib/errors_patch.dart b/runtime/lib/errors_patch.dart
index c85a76929239fde81820c6e9ce55eb7bf54a8967..898f7f6abe52bd2c4dfdbb1b1813ad3653d8de0c 100644
--- a/runtime/lib/errors_patch.dart
+++ b/runtime/lib/errors_patch.dart
@@ -232,10 +232,10 @@ class _InternalError {
// This constructor seems to be called with either strings or
// values read from another NoSuchMethodError.
- NoSuchMethodError._withType(Object this._receiver,
+ NoSuchMethodError._withType(this._receiver,
/*String|Symbol*/ memberName,
this._invocation_type,
- List this._arguments,
+ this._arguments,
Map<dynamic, dynamic> namedArguments,
[List existingArgumentNames = null])
: this._memberName =
« no previous file with comments | « runtime/lib/developer.dart ('k') | runtime/lib/string_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698