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

Unified Diff: ui/accessibility/ax_tree_update.cc

Issue 90853002: Make tree serialization more robust and add more unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename update0 to unused_update Created 7 years 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 | « ui/accessibility/ax_tree_update.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/ax_tree_update.cc
diff --git a/ui/accessibility/ax_tree_update.cc b/ui/accessibility/ax_tree_update.cc
index 083c577a6b2f37186bd17bb8ed8c849f00529670..dc785d9e06ee3d8947a1579f6860496690533dca 100644
--- a/ui/accessibility/ax_tree_update.cc
+++ b/ui/accessibility/ax_tree_update.cc
@@ -6,7 +6,7 @@
namespace ui {
-AXTreeUpdate::AXTreeUpdate() {
+AXTreeUpdate::AXTreeUpdate() : node_id_to_clear(0) {
}
AXTreeUpdate::~AXTreeUpdate() {
« no previous file with comments | « ui/accessibility/ax_tree_update.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698