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

Unified Diff: sky/sdk/lib/mojo/asset_bundle.dart

Issue 1233673003: Fix bugs found by Dart analyzer (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: typo Created 5 years, 5 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: sky/sdk/lib/mojo/asset_bundle.dart
diff --git a/sky/sdk/lib/mojo/asset_bundle.dart b/sky/sdk/lib/mojo/asset_bundle.dart
index 71ac10d7f65c99d0f59153aaa8af300ffe8f0634..2ef247ca432f2dd4ec7c64d990b5914f94311a62 100644
--- a/sky/sdk/lib/mojo/asset_bundle.dart
+++ b/sky/sdk/lib/mojo/asset_bundle.dart
@@ -53,7 +53,7 @@ class MojoAssetBundle extends AssetBundle {
return new MojoAssetBundle(bundle);
}
- final AssetBundleProxy _bundle;
+ AssetBundleProxy _bundle;
Map<String, Future<sky.Image>> _imageCache = new Map<String, Future<sky.Image>>();
Map<String, Future<String>> _stringCache = new Map<String, Future<String>>();
« sky/sdk/example/rendering/sector_layout.dart ('K') | « sky/sdk/example/rendering/sector_layout.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698