[webkit-reviews] review granted: [Bug 215662] IPC message can't be decoded due to uninitialized NavigationActionData member variables with the latest MSVC : [Attachment 406912] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 19 21:09:15 PDT 2020


Darin Adler <darin at apple.com> has granted Fujii Hironori
<Hironori.Fujii at sony.com>'s request for review:
Bug 215662: IPC message can't be decoded due to uninitialized
NavigationActionData member variables with the latest MSVC
https://bugs.webkit.org/show_bug.cgi?id=215662

Attachment 406912: Patch

https://bugs.webkit.org/attachment.cgi?id=406912&action=review




--- Comment #8 from Darin Adler <darin at apple.com> ---
Comment on attachment 406912
  --> https://bugs.webkit.org/attachment.cgi?id=406912
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=406912&action=review

> Source/WebKit/Shared/NavigationActionData.h:50
> +    uint64_t userGestureTokenIdentifier { };

This will work, but a little surprised you didn’t write { 0 } instead.


More information about the webkit-reviews mailing list