Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
RemoteInspectorProtocolHandler::inspect() expects ConnectionID as uin…
…t32_t https://bugs.webkit.org/show_bug.cgi?id=234657 Reviewed by Don Olmstead. connectionID a parameter of ScriptMessageClient::didPostMessage() is casteed as <int>. Since ConnectionID is define as uint32_t, it should be casted as <uint32_t>. * UIProcess/Inspector/socket/RemoteInspectorProtocolHandler.cpp: Fixed cast for connectionID. Canonical link: https://commits.webkit.org/245585@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@287450 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information