| Index: cc/trees/property_tree.cc
|
| diff --git a/cc/trees/property_tree.cc b/cc/trees/property_tree.cc
|
| index 4d1ca75e38725d81b8a92cbc6e33368921b26a74..31523c319a48f20d64cd73b23fb21da8d4302718 100644
|
| --- a/cc/trees/property_tree.cc
|
| +++ b/cc/trees/property_tree.cc
|
| @@ -986,7 +986,7 @@ bool EffectTree::HasCopyRequests() const {
|
|
|
| void EffectTree::ClearCopyRequests() {
|
| for (auto& node : nodes()) {
|
| - node.num_copy_requests_in_subtree = 0;
|
| + node.subtree_has_copy_request = false;
|
| node.has_copy_request = false;
|
| }
|
|
|
|
|