Fix incorrect generic type specification, causes a compilation error (#15049)

when a hot reload is done after modifying a component in the flutter
package.
This commit is contained in:
Siva 2018-03-02 15:43:40 -08:00 committed by GitHub
parent 65731f75bd
commit beffcf1ba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -519,7 +519,7 @@ class _TheatreElement extends RenderObjectElement {
// children of its primary subtree's stack can be moved to this object's list
// of zombie children without changing their parent data objects.
class _RenderTheatre extends RenderBox
with RenderObjectWithChildMixin<RenderStack>, RenderProxyBoxMixin<RenderBox>,
with RenderObjectWithChildMixin<RenderStack>, RenderProxyBoxMixin<RenderStack>,
ContainerRenderObjectMixin<RenderBox, StackParentData> {
@override