Some IPC methods use start/length, and others use start/end. This is confusing. Most implementation methods just compute length from start/end as the first thing they do, so it's better to standardize on this I think.
Created attachment 226962 [details] proposed patch
Committed <http://trac.webkit.org/r165759>.