| Index: samples/solar3d/web/solar.dart
|
| diff --git a/samples/solar3d/web/solar.dart b/samples/solar3d/web/solar.dart
|
| index 3057c4883aeb7dba5f20783d3fca07e8807d8d42..bcc54ec81f1e36fd9e4c9ad9b84b8046d70deabc 100644
|
| --- a/samples/solar3d/web/solar.dart
|
| +++ b/samples/solar3d/web/solar.dart
|
| @@ -103,7 +103,7 @@ class Solar3DApplication {
|
| 'positiveZ.jpg',
|
| 'negativeZ.jpg',
|
| ]));
|
| - return Futures.wait(futures);
|
| + return Future.wait(futures);
|
| }
|
|
|
| bool get _fullScreened => canvas == document.webkitFullscreenElement;
|
|
|