Mojo javascript encoder: Empty string encoded as NULL.
Instead, encode null as NULL (and not just any falsy value) via a == comparison with null (and use ==, not === to treat undefined the same way as null). BUG=407258 Review URL: https://codereview.chromium.org/511443002 Cr-Commit-Position: refs/heads/master@{#292221}
Showing
Please register or sign in to comment