DescriptionChanging XPathGrammer.y to not use global using blink
When using "using namespace Foo" at global level you will
introduce a lot of symbols into the global scope which will make
it harder for jumbo (unity builds/merged files) to compile without
symbol collisions.
Also, global using namespace statements will, with the current
implementation of jumbo not compile because of a compiler warning.
This patch changes to more explicit namespaces.
BUG=
Review-Url: https://codereview.chromium.org/2974653002
Cr-Commit-Position: refs/heads/master@{#484928}
Committed: https://chromium.googlesource.com/chromium/src/+/520115400d66bb2988b0ba8dcfa12397b9f1af2a
Patch Set 1 #
Messages
Total messages: 11 (7 generated)
|