| 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 58e81e45f7a8cc3d1a00074684682c0f988f4f82..ef12479e0ac4d01d304af1a5fe8a617004ae52ae 100644
|
| --- a/sky/sdk/lib/mojo/asset_bundle.dart
|
| +++ b/sky/sdk/lib/mojo/asset_bundle.dart
|
| @@ -36,7 +36,6 @@ class AssetBundle {
|
| }
|
|
|
| Future<AssetBundle> fetchAssetBundle(String url) async {
|
| - assert(false); // mojo:asset_bundle doesn't exist yet, see https://codereview.chromium.org/1176153007
|
| core.MojoDataPipeConsumer bundleData = (await fetchUrl(url)).body;
|
|
|
| AssetUnpackerProxy unpacker = new AssetUnpackerProxy.unbound();
|
|
|