Fix jumbo builds broken by ResurrectingPreFinalizer
ResurrectingPreFinalizer was defined in two different tests that may be packed in the same jumbo file. They do not exactly belong to the same namespace (blink and blink::anonymous) but the definition is ambiguous for the compiler. Renamed it to HeapTestResurrectingPreFinalizer and moved to an anonymous namespace, which is not strictly required, but it's a good practice. Bug: 989452 Change-Id: I7717cf87a064e71fa4bc260f5a8add4f04045b6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728662Reviewed-by:Kentaro Hara <haraken@chromium.org> Commit-Queue: Sergio Villar <svillar@igalia.com> Cr-Commit-Position: refs/heads/master@{#682691}
Showing
Please register or sign in to comment