Index: lib/unittest.dart |
diff --git a/lib/unittest.dart b/lib/unittest.dart |
index 07bc46d46913514784145bf7213d2e2e4bfc5cbb..78e78bf029a7f20c0f8bd5fa622d2b9b9ab0b1c9 100644 |
--- a/lib/unittest.dart |
+++ b/lib/unittest.dart |
@@ -35,8 +35,8 @@ Declarer _globalDeclarer; |
/// Gets the declarer for the current scope. |
/// |
/// When using the runner, this returns the [Zone]-scoped declarer that's set by |
-/// [VmListener]. If the test file is run directly, this returns |
-/// [_globalDeclarer] (and sets it up on the first call). |
+/// [IsolateListener] or [IframeListener]. If the test file is run directly, |
+/// this returns [_globalDeclarer] (and sets it up on the first call). |
Declarer get _declarer { |
var declarer = Zone.current[#unittest.declarer]; |
if (declarer != null) return declarer; |