Commit ab027ae0 authored by Dave Tapuska's avatar Dave Tapuska Committed by Commit Bot

Fix GCC build issue with WTF Vector change

Follow up from https://chromium.googlesource.com/chromium/src.git/+/9d0fd86cf833cd7f35eea342f15c827516938d67

Adjust mojo template. It built correctly with clang but failed to build
with GCC.

BUG=652586, 819294
TBR=jam@chromium.org

Change-Id: I985bf855d5fce1f2c774123a8f6103e97aedb9f6
Reviewed-on: https://chromium-review.googlesource.com/1154990
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Reviewed-by: default avatarRaphael Kubo da Costa (CET) <raphael.kubo.da.costa@intel.com>
Cr-Commit-Position: refs/heads/master@{#579040}
parent b525aaf6
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
namespace mojo { namespace mojo {
template <typename U, size_t InlineCapacity> template <typename U, WTF::wtf_size_t InlineCapacity>
struct ArrayTraits<WTF::Vector<U, InlineCapacity>> { struct ArrayTraits<WTF::Vector<U, InlineCapacity>> {
using Element = U; using Element = U;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment