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

Unified Diff: lib/compiler/implementation/native_handler.dart

Issue 10557003: Fix most warnings and other minor cleanups. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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
Index: lib/compiler/implementation/native_handler.dart
diff --git a/lib/compiler/implementation/native_handler.dart b/lib/compiler/implementation/native_handler.dart
index 0dc177f8d65a5c6df7c7dd0d858a136e94361d6f..ef02e8f27ea96e8ba9a832ac8c2ec279eac06b0d 100644
--- a/lib/compiler/implementation/native_handler.dart
+++ b/lib/compiler/implementation/native_handler.dart
@@ -218,7 +218,7 @@ void handleSsaNative(SsaBuilder builder, Send node) {
return;
}
- HInstruction convertDartClosure(Element parameter, Type type) {
+ HInstruction convertDartClosure(Element parameter, FunctionType type) {
HInstruction local = builder.localsHandler.readLocal(parameter);
// TODO(ngeoffray): For static methods, we could pass a method with a
// defined arity.

Powered by Google App Engine
This is Rietveld 408576698