Avoid clashes between the kLeftToRight in OSX SDK and WTF::Unicode.
There is a kLeftToRight in OSX's SDK and in WTF::Unicode. If WTF::Unicode is imported into global scope those might clash and this happens in some non-standard (extreme) jumbo configurations. Since "using namespace" isn't allowed per the coding standard, this just adds the WTF::Unicode namespace to those symbols that need it. Change-Id: I97c59e5ffed7d2bd0f8340f5d14b69dc532175d6 Reviewed-on: https://chromium-review.googlesource.com/978205 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#545718}
Showing
Please register or sign in to comment