From b9017a9331ffba77344e5a0097f22a5209a382b1 Mon Sep 17 00:00:00 2001 From: cobalt-github-releaser-bot <95661244+cobalt-github-releaser-bot@users.noreply.github.com> Date: Tue, 27 Jun 2023 08:32:22 -0700 Subject: [PATCH] Updating Cobalt documentation to match code changes. (#682) (#730) Count.DOM.EventListeners and Count.DOM.ActiveJavaScriptEvents were renamed to Count.WEB.EventListeners and Count.WEB.ActiveJavaScriptEvents in b/226800 b/278899927 (cherry picked from commit 053c414b1f275bd85cc85e0a4fadfe07babeb2c0) Co-authored-by: thorsten sideb0ard --- cobalt/doc/cvals.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cobalt/doc/cvals.md b/cobalt/doc/cvals.md index 47eb55a82504..6accd8f3282c 100644 --- a/cobalt/doc/cvals.md +++ b/cobalt/doc/cvals.md @@ -75,7 +75,7 @@ Here are examples of its usage: #### PublicCVals -* **Count.DOM.EventListeners** - The total number of EventListeners in +* **Count.WEB.EventListeners** - The total number of EventListeners in existence globally. This includes ones that are pending garbage collection. * **Count.DOM.Nodes** - The total number of Nodes in existence globally. This includes ones that are pending garbage collection. @@ -91,7 +91,7 @@ Here are examples of its usage: #### DebugCVals -* **Count.DOM.ActiveJavaScriptEvents** - The number of JavaScript events that +* **Count.WEB.ActiveJavaScriptEvents** - The number of JavaScript events that are currently running. * **Count.DOM.Attrs** - The total number of Attrs in existence globally. This includes ones that are pending garbage collection.