Hi,

Thank you for the hint. It seems like we did not roll the latest version of
the inspector protocol into V8.

Cheers, Andreas

On Tue, May 11, 2021 at 3:48 AM Hunter Laux <hunterl...@gmail.com> wrote:

> Any idea why this isn't being moved?
>
> https://chromium.googlesource.com/v8/v8.git/+/refs/heads/master/third_party/inspector_protocol/crdtp/serializable.cc#21
>
> - explicit PreSerialized(std::vector<uint8_t> bytes) : bytes_(bytes) {}
> + explicit PreSerialized(std::vector<uint8_t> bytes) :
> bytes_(std::move(bytes)) {}
>
> --
> --
> v8-dev mailing list
> v8-dev@googlegroups.com
> http://groups.google.com/group/v8-dev
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to v8-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/v8-dev/4ab46791-489e-42ce-aca2-0d1333878474n%40googlegroups.com
> <https://groups.google.com/d/msgid/v8-dev/4ab46791-489e-42ce-aca2-0d1333878474n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
-- 
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-dev/CAELSTvdPVwf%3DyQ%3DEHdDS6OS_G77f5g_NYPY%2B%3Dztqni7BK6NMww%40mail.gmail.com.

Reply via email to