commit | a6183ddaf42f671645dd39ebe03db0acbc8458b3 | [log] [tgz] |
---|---|---|
author | smcgruer <[email protected]> | Fri Apr 03 05:02:35 2015 |
committer | Commit bot <[email protected]> | Fri Apr 03 05:03:39 2015 |
tree | 678eb275cd4098b8babe0339d25b27a22667b132 | |
parent | 0f93ab6af5abbb4b704f2726844326fb00bef387 [diff] |
Use base::IsNaN in page_state_serialization_unittest.cc Using plain 'isnan' breaks on certain compilers if 'cmath' is included via any dependency trail, and base::IsNaN already handles that and other platforms (e.g. Windows). BUG= Review URL: https://codereview.chromium.org/1054543003 Cr-Commit-Position: refs/heads/master@{#323594}