DescriptionFix some egregious bugs in Var.
Self-assignment was broken and would lose the reference. I uncovered this when
running a test. It outputted a warning to the console, but we never looked at
it. I made a more explicit test.
This also fixes output exceptions. The OutException helper class detected
whether the existing object had an exception or not incorrectly. This was
exposed when var assignment was fixed.
TEST=included
BUG=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95690
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|