| Index: sky/sdk/lib/rendering/box.dart
|
| diff --git a/sky/sdk/lib/rendering/box.dart b/sky/sdk/lib/rendering/box.dart
|
| index 21d1878ffe30d33de4a9e40f25a8f3cd1707f24e..d10ba71c92386463e709238c954a80d6225a6b84 100644
|
| --- a/sky/sdk/lib/rendering/box.dart
|
| +++ b/sky/sdk/lib/rendering/box.dart
|
| @@ -233,7 +233,7 @@ enum TextBaseline { alphabetic, ideographic }
|
|
|
| abstract class RenderBox extends RenderObject {
|
|
|
| - void setParentData(RenderObject child) {
|
| + void setupParentData(RenderObject child) {
|
| if (child.parentData is! BoxParentData)
|
| child.parentData = new BoxParentData();
|
| }
|
|
|