Remove |TouchEvent.initTouchEvent()| in M54

|TouchEvent.initTouchEvent()| is not standardized and not interoperate
with Firefox or Safari. Developers should be encouraged to use the new
TouchEvent constructor instead.

|initTouchEvent()| was deprecated in M49, and this CL removes it
in M54 (deferred from M53).

Intent to Deprecate and Remove:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/dqlJguVuIHs

Chrome Status Entry:
https://www.chromestatus.com/features/5730982598541312

TBR=timvolodine
BUG=522100

Review-Url: https://codereview.chromium.org/2182183003
Cr-Commit-Position: refs/heads/master@{#408579}
10 files changed