| Index: sky/examples/stocks2/lib/stock_app.dart
|
| diff --git a/sky/examples/stocks2/lib/stock_app.dart b/sky/examples/stocks2/lib/stock_app.dart
|
| index 16b3ce80fc52491bc6dc82130bbc34f24e0c4122..84ac7c08a92f88a4b0fdf1a46d2111c79b67d000 100644
|
| --- a/sky/examples/stocks2/lib/stock_app.dart
|
| +++ b/sky/examples/stocks2/lib/stock_app.dart
|
| @@ -216,6 +216,6 @@ void main() {
|
| App app = new StocksApp();
|
| UINodeAppView.appView.onFrame = () {
|
| // uncomment this for debugging:
|
| - // app.appView.debugDumpRenderTree();
|
| + // UINodeAppView.appView.debugDumpRenderTree();
|
| };
|
| }
|
|
|