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

Unified Diff: runtime/lib/mirrors_impl.dart

Issue 199863005: Also remove Dart native method. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/mirrors_impl.dart
diff --git a/runtime/lib/mirrors_impl.dart b/runtime/lib/mirrors_impl.dart
index 800b2b69b0bbdf5c471dd32689bcac5829afaeb2..4da4e96c6cf9894b304de8cb2cedcf5307f1ab72 100644
--- a/runtime/lib/mirrors_impl.dart
+++ b/runtime/lib/mirrors_impl.dart
@@ -469,9 +469,6 @@ class _LocalClosureMirror extends _LocalInstanceMirror
String toString() => "ClosureMirror on '${Error.safeToString(_reflectee)}'";
- static _apply(arguments, argumentNames)
- native 'ClosureMirror_apply';
-
static _computeFunction(reflectee)
native 'ClosureMirror_function';
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698