Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit cd3c4cd

Browse files
rkirovVictor Savkin
authored and
Victor Savkin
committed
fix(WTF): add back traceDetectWTF call in application start
Accidentally removed in previous commit.
1 parent e2e1f1d commit cd3c4cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/application.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ abstract class Application {
145145
dom.Element selector(String selector) => element = _find(selector);
146146

147147
Application(): element = _find('[ng-app]', dom.window.document.documentElement) {
148+
traceDetectWTF(context);
148149
modules.add(ngModule);
149150
ngModule..bind(VmTurnZone, toValue: zone)
150151
..bind(Application, toValue: this)

0 commit comments

Comments
 (0)