| Index: sky/sdk/lib/rendering/stack.dart
|
| diff --git a/sky/sdk/lib/rendering/stack.dart b/sky/sdk/lib/rendering/stack.dart
|
| index be73d6f1aa4e4dd071f53d1f2c63b2601fcd18c7..f3c2de827f0f7fcd52ce473920cfdcdf54288312 100644
|
| --- a/sky/sdk/lib/rendering/stack.dart
|
| +++ b/sky/sdk/lib/rendering/stack.dart
|
| @@ -38,7 +38,7 @@ class RenderStack extends RenderBox with ContainerRenderObjectMixin<RenderBox, S
|
| addAll(children);
|
| }
|
|
|
| - void setParentData(RenderBox child) {
|
| + void setupParentData(RenderBox child) {
|
| if (child.parentData is! StackParentData)
|
| child.parentData = new StackParentData();
|
| }
|
|
|