WKProcessID is only used in 2 functions that are only used for testing, so it’s probably not too important as long as your tests work.
Also, earlier you said "Our uint32_t is a signed integer.” If that’s true, you’re going to have some bigger problems. > On Feb 26, 2019, at 11:47 PM, Rajagopalan Gangadharan <[email protected]> > wrote: > > WTF::ProcessID and WKProcessID are supposed to be of same type right? As > different types create ambiguity . As sam Weining suggested we made > WTF::ProcessID to be int32_t but WKProcessID is pid_t so can we also > explicitly make WKProcessID to be int32_t (will it conform to the current > webkit model? )or is there any way I could fix this( any implicit casting ) > > Regards, > G.Rajagopalan > > _______________________________________________ > webkit-dev mailing list > [email protected] <mailto:[email protected]> > https://lists.webkit.org/mailman/listinfo/webkit-dev > <https://lists.webkit.org/mailman/listinfo/webkit-dev>
_______________________________________________ webkit-dev mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-dev

