Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1350)

Unified Diff: Source/modules/accessibility/testing/InternalsAccessibility.idl

Issue 1202263005: Adding Internals.numberOfLiveAXObjects to test for leaking AXObjects (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/accessibility/testing/InternalsAccessibility.cpp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/testing/InternalsAccessibility.idl
diff --git a/Source/modules/webaudio/testing/InternalsWebAudio.idl b/Source/modules/accessibility/testing/InternalsAccessibility.idl
similarity index 82%
copy from Source/modules/webaudio/testing/InternalsWebAudio.idl
copy to Source/modules/accessibility/testing/InternalsAccessibility.idl
index fb3b231f02cc8e6b4be3ac3f9e468988edd2f1ad..90c1c8ae1147e1ab138bda94a83fb4ac8a61754f 100644
--- a/Source/modules/webaudio/testing/InternalsWebAudio.idl
+++ b/Source/modules/accessibility/testing/InternalsAccessibility.idl
@@ -3,5 +3,5 @@
// found in the LICENSE file.
partial interface Internals {
- unsigned long audioHandlerCount();
+ unsigned long numberOfLiveAXObjects();
};
« no previous file with comments | « Source/modules/accessibility/testing/InternalsAccessibility.cpp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698