In 64bit system, encodeInteger/decodeInteger is by default mapped into encodeInt64/decodeInt64. For 32bit system, they are mapped to encodeInt32/decodeInt32. However, since we don't have encodeInt32/decodeInt32 implementation in WKRemoteObjectCoder, we could hit crash in 32bit systems.
Created attachment 234091 [details] Patch.
<rdar://problem/16964074>
Comment on attachment 234091 [details] Patch. Clearing flags on attachment: 234091 Committed r170645: <http://trac.webkit.org/changeset/170645>
All reviewed patches have been landed. Closing bug.