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

Unified Diff: lib/compiler/implementation/dart_backend/backend.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/dart_backend/backend.dart
diff --git a/lib/compiler/implementation/dart_backend/backend.dart b/lib/compiler/implementation/dart_backend/backend.dart
index ba8f44a9f8bcd9187d9ce1fd12cd86e2e500794b..f547e2d6c6bb0f51086940e2a9524c0067a4d8db 100644
--- a/lib/compiler/implementation/dart_backend/backend.dart
+++ b/lib/compiler/implementation/dart_backend/backend.dart
@@ -108,7 +108,10 @@ class DartBackend extends Backend {
new ReachabilityVisitor(compiler, work.resolutionTree)));
}
- void processNativeClasses(world, libraries) {}
+ void processNativeClasses(Enqueuer world,
+ Collection<LibraryElement> libraries) {
+ }
+
void assembleProgram() {
compiler.assembledCode = '';
}

Powered by Google App Engine
This is Rietveld 408576698