| Index: client/tests/client/layout/GridLayoutDemo.dart
|
| diff --git a/client/tests/client/layout/GridLayoutDemo.dart b/client/tests/client/layout/GridLayoutDemo.dart
|
| index 8306b06c8511c356a1f89f0ed5b3b29976b5060a..c931b2bdebcbdafdba5710d3f1402f75c48e9232 100644
|
| --- a/client/tests/client/layout/GridLayoutDemo.dart
|
| +++ b/client/tests/client/layout/GridLayoutDemo.dart
|
| @@ -95,7 +95,7 @@ class MockView extends View {
|
| node.id = id;
|
| CollectionUtils.copyMap(customStyle, styles);
|
| // TODO(jmesserly): this is needed to get horizontal content-sizing to work
|
| - Css.setDisplay(node.style, 'inline-block');
|
| + node.style.display = 'inline-block';
|
| }
|
| }
|
|
|
|
|