is8_bit should be is_8bit |
||
Issue descriptionhttps://cs.chromium.org/search/?q=is8_bit&sq=package:chromium&type=cs Variables such as WTF::StringImpl::is8_bit_ should be is_8bit_ or is_8_bit_.
,
Nov 22
,
Nov 27
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/e8c871010d4a32de6dda3a8e1cfd5adde43c1fcb commit e8c871010d4a32de6dda3a8e1cfd5adde43c1fcb Author: Koji Ishii <kojii@chromium.org> Date: Tue Nov 27 01:10:00 2018 DebugVisualizer: rename `is8_bit` to `is_8bit` `is8_bit` was renamed to `is_8bit` in r610457 (CL:1347430). This patch matches `webkit.natvis` to the new naming. Tested with natvis warning enabled in VS2017 15.7.1. Bug: 834780 Change-Id: I7b4dc417e195c530aa36ec387ed6c5f111782d4a Reviewed-on: https://chromium-review.googlesource.com/c/1350387 Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#610988} [modify] https://crrev.com/e8c871010d4a32de6dda3a8e1cfd5adde43c1fcb/tools/win/DebugVisualizers/webkit.natvis |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Nov 22