Chromium Code Reviews
DescriptionFix possible naming conflict in macro.
The ObserverList macro (FOR_EACH_OBSERVER) uses an iterator named |it|, which can in some cases conflict with locally defined variables.
Make the iterator variable name slightly more unique
BUG=None
R=jar@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=224985
Patch Set 1 #
Total comments: 1
Patch Set 2 : Name change #Messages
Total messages: 7 (0 generated)
|