Change emplace_back to push_back for external handlers
Inserting External Data Handlers into the vector of handlers should use push_back rather than emplace_back since we're calling std::make_unique instead of invoking the constructors directly. Bug: chromium:1020443 Change-Id: I54b8f7394dfc571d49b486f4a39d7b506653488f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893687Reviewed-by:Nikita Podguzov <nikitapodguzov@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Commit-Queue: Sean Kau <skau@chromium.org> Cr-Commit-Position: refs/heads/master@{#712344}
Showing
Please register or sign in to comment