DescriptionFix var hiding bug in sync's UIModelWorker
There's an extra declaration of error_info that hides the original
declaration. We use the variable in the inner scope. When the scope
ends, return the still-uninitialized variable from the outer scope.
This commit fixes that bug by removing the declaration in the inner
scope.
BUG=105994
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=116538
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|