Chromium Code Reviews
DescriptionMake sure variable names used in status files are available in the environment
Previously we didn't validate that a variable name used in a status file
expression was available.
It wasn't surfaced, since lookups in Map objects return null if the key is
missing and calling 'toString()' on 'null' doesn't throw an exception.
BUG=http://dartbug.com/12959
R=ricow@google.com
Committed: https://code.google.com/p/dart/source/detail?r=30502
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|
|||||||||||||||||||