提交 3971cb55 编写于 作者: H Hixie

Fix signature of toStringName()

...which I accidentally changed in a previous commit.
上级 92ce657c
......@@ -945,7 +945,7 @@ abstract class StatefulComponent extends Component {
_scheduleBuild();
}
String toStringName([String prefix = '', String startPrefix = '']) {
String toStringName() {
if (_disqualifiedFromEverAppearingAgain)
return '[[DISQUALIFIED]] ${super.toStringName()}';
return super.toStringName();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册