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

Commit 3866977

Browse files
rkirovtravis@travis-ci.org
authored and
travis@travis-ci.org
committed
chore(wtf): change constant expression used for AttachAware
This creates better information for WTF tracing.
1 parent 1917c18 commit 3866977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core_dom/element_binder.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class ElementBinder {
214214
if (directive is AttachAware) {
215215
var taskId = (tasks != null) ? tasks.registerTask() : 0;
216216
Watch watch;
217-
watch = scope.watch('1', // Cheat a bit.
217+
watch = scope.watch('"attach()"', // Cheat a bit.
218218
(_, __) {
219219
watch.remove();
220220
if (tasks != null) tasks.completeTask(taskId);

0 commit comments

Comments
 (0)