Rename DictionaryTest to fix jumbo builds
blink::anonymous::DictionaryTest becomes ambiguous with blink::DictionaryTest in jumbo builds. This renames DictionaryTest to avoid the ambiguity. Build errors look like: third_party/WebKit/Source\core/testing/Internals.h(408): error C2872: 'DictionaryTest': ambiguous symbol third_party/WebKit/Source\core/testing/Internals.h(53): note: could be 'blink::DictionaryTest' third_party/WebKit/Source/bindings/core/v8/DictionaryTest.cpp(18): note: or 'blink::`anonymous-namespace'::DictionaryTest' Bug: 713137 Change-Id: Id13065afdb406808a6fa3a53b958ae976629d850 Reviewed-on: https://chromium-review.googlesource.com/724000Reviewed-by:Jeremy Roman <jbroman@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#509537}
Showing
Please register or sign in to comment