diff --git a/src/template/incremental/Notification.tt b/src/template/incremental/Notification.tt
index fd7f43fe15fe35ab165363b0c2a4560e39d757ae..480c4c9ff0c7e612010c2156863f1c619e9da330 100644
--- a/src/template/incremental/Notification.tt
+++ b/src/template/incremental/Notification.tt
@@ -235,7 +235,7 @@ $endif
   #resetCache
   #(signature)_handler.notifyDependencies();
   $if (TraceFlush)
-  state().trace().flushIncAttr($HostClass.this, "#signature", "", "");
+  $HostClass.this.state().trace().flushIncAttr($HostClass.this, "#signature", "", "");
   $endif
 }
 $endif