Encoder/Decoder for RemoteMediaPlayerState.h is having problems with unsigned long long. In file included from ../../Source/WebKit/Platform/IPC\Connection.h:31: ../../Source/WebKit/Platform/IPC\Decoder.h:181:31: error: no matching member function for call to 'decode' if (ArgumentCoder<T>::decode(*this, t)) { ~~~~~~~~~~~~~~~~~~^~~~~~ ../../Source/WebKit/WebProcess/GPU/media\RemoteMediaPlayerState.h:196:17: note: in instantiation of function template specialization 'IPC::Decoder::operator>><unsigned long long, nullptr>' requested here decoder >> totalBytes;
Created attachment 393315 [details] Patch
Created attachment 393316 [details] Patch
Comment on attachment 393316 [details] Patch Clearing flags on attachment: 393316 Committed r258323: <https://trac.webkit.org/changeset/258323>
All reviewed patches have been landed. Closing bug.
<rdar://problem/60369435>