Fix compile error if both inline and reference enums are used in a type.
The ToString() overloading function of inline and reference enums will conflict because they exist in both global namespace and local classes. This patch chooses the correct ToString() function in different namespaces. R=kalman@chromium.org BUG=371042 Review URL: https://codereview.chromium.org/279833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269969 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment