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

Unified Diff: Source/testing/runner/AccessibilityControllerChromium.cpp

Issue 23071004: AccessibilityController::reset() should reset all notification listener callbacks. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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 | « LayoutTests/accessibility/accessibility-controller-notificationlistener-leak-callback-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/AccessibilityControllerChromium.cpp
diff --git a/Source/testing/runner/AccessibilityControllerChromium.cpp b/Source/testing/runner/AccessibilityControllerChromium.cpp
index 3ea7fd682ac17e859e27c95b9faa3c63e84660fb..fbc0358d082f6764859ce208a5d519ecffaab094 100644
--- a/Source/testing/runner/AccessibilityControllerChromium.cpp
+++ b/Source/testing/runner/AccessibilityControllerChromium.cpp
@@ -69,6 +69,7 @@ void AccessibilityController::reset()
m_rootElement = WebAccessibilityObject();
m_focusedElement = WebAccessibilityObject();
m_elements.clear();
+ m_notificationCallbacks.clear();
m_logAccessibilityEvents = false;
}
« no previous file with comments | « LayoutTests/accessibility/accessibility-controller-notificationlistener-leak-callback-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698