Index: sky/examples/stocks/lib/stock_menu.dart |
diff --git a/sky/examples/stocks/lib/stock_menu.dart b/sky/examples/stocks/lib/stock_menu.dart |
index 4d54e8f6010861d6cd14445f60961c7b422333e3..4326a38221f96bad609c9520a00241ddd6281f33 100644 |
--- a/sky/examples/stocks/lib/stock_menu.dart |
+++ b/sky/examples/stocks/lib/stock_menu.dart |
@@ -16,7 +16,7 @@ class StockMenu extends Component { |
StockMenu({Object key, this.controller}) : super(key: key); |
- Node build() { |
+ UINode build() { |
return new StyleNode( |
new PopupMenu( |
controller: controller, |