Chromium Code Reviews| Index: samples/solar3d/web/sphere_model_data.dart |
| diff --git a/samples/solar3d/web/sphere_model_data.dart b/samples/solar3d/web/sphere_model_data.dart |
| index dd6420247af925d98382f8f6f9be789fd8e03e40..e33e11bb25c5c6c3690b32dd54cd7d4e2615e767 100644 |
| --- a/samples/solar3d/web/sphere_model_data.dart |
| +++ b/samples/solar3d/web/sphere_model_data.dart |
| @@ -4,7 +4,7 @@ |
| part of solar3d; |
| -final Map _sphereData = json.parse(_sphereDataString); |
| +final Map _sphereData = JSON.decode(_sphereDataString); |
| final String _sphereDataString = ''' |
| { |
| "header" : { |