forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[views] Moves ScopedChildrenLock into internal namespace
Having that class in anonymous namespace was causing problems compiling with DCHECKs on. Additionally fixing some bugs around reentrant iterations and actually enabling the checks by creatig ScopedChildrenLock objects. Thanks to dcastagna@ who posted this CL originally: https://codereview.chromium.org/2606513002 . BUG=NONE Review-Url: https://codereview.chromium.org/2608303002 Cr-Commit-Position: refs/heads/master@{#441158}
- Loading branch information
varkha
authored and
Commit bot
committed
Jan 3, 2017
1 parent
6a8aa64
commit 624f6a0
Showing
2 changed files
with
33 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters