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

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

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
Index: Source/modules/accessibility/testing/InternalsAccessibility.h
diff --git a/Source/modules/webaudio/testing/InternalsWebAudio.h b/Source/modules/accessibility/testing/InternalsAccessibility.h
similarity index 56%
copy from Source/modules/webaudio/testing/InternalsWebAudio.h
copy to Source/modules/accessibility/testing/InternalsAccessibility.h
index 9536a49d4e3c91189ded00bf8748a900e4100a60..1dec1e845a70e4004ad152cf78dfc8ad2180e0f4 100644
--- a/Source/modules/webaudio/testing/InternalsWebAudio.h
+++ b/Source/modules/accessibility/testing/InternalsAccessibility.h
@@ -2,18 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef InternalsWebAudio_h
-#define InternalsWebAudio_h
+#ifndef InternalsAccessibility_h
+#define InternalsAccessibility_h
namespace blink {
class Internals;
-class InternalsWebAudio {
+class InternalsAccessibility {
public:
- static unsigned audioHandlerCount(Internals&);
+ static unsigned numberOfLiveAXObjects(Internals&);
};
} // namespace blink
-#endif // InternalsWebAudio_h
+#endif // InternalsAccessibility_h
« no previous file with comments | « Source/modules/accessibility/AXObject.cpp ('k') | Source/modules/accessibility/testing/InternalsAccessibility.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698