| Index: ui/accessibility/tree_generator.cc
|
| diff --git a/ui/accessibility/tree_generator.cc b/ui/accessibility/tree_generator.cc
|
| index 480a040e921a4ef3eb121208ec865eda6d3af727..271fc9147e76f352506e856d746b97f10986ecbf 100644
|
| --- a/ui/accessibility/tree_generator.cc
|
| +++ b/ui/accessibility/tree_generator.cc
|
| @@ -106,7 +106,7 @@ void TreeGenerator::BuildUniqueTreeWithSize(
|
| }
|
|
|
| // Unserialize the tree update into the destination tree.
|
| - CHECK(out_tree->Unserialize(update)) << out_tree->error();
|
| + CHECK(out_tree->Unserialize(update));
|
| };
|
|
|
| } // namespace ui
|
|
|