Unverified Commit 373243bc authored by xster's avatar xster Committed by GitHub

make /timeline-dashboard consistent between build and paint profiles (#21099)

parent f23c9ae5
......@@ -3644,7 +3644,7 @@ abstract class ComponentElement extends Element {
void performRebuild() {
assert(() {
if (debugProfileBuildsEnabled)
Timeline.startSync('${widget.runtimeType}');
Timeline.startSync('${widget.runtimeType}', arguments: timelineWhitelistArguments);
return true;
}());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment