Chromium Code Reviews
Description[DevTools] implement isSpaceOrNewline for the STL string wrapper.
We now use std::isspace, which is not equivalent to the WTF
implementation. But it is consistent with the STL version of
String16::stripWhiteSpace.
With this, the inspector protocol parser test succeeds in the
V8 standalone build that uses the STL string wrapper.
R=dgozman@chromium.org
BUG=580337
Committed: https://crrev.com/fc6d7b372defe05402d8d035608a3af5f2e2f9f2
Cr-Commit-Position: refs/heads/master@{#408591}
Patch Set 1 #Patch Set 2 : add include #Messages
Total messages: 13 (5 generated)
|