service worker: Fix the type of a register promise reject value

This CL changes the type of the register promise reject value to be
TypeError (instead of AbortError or NetworkError) if the register promise
is rejected because an uncaught runtime script error occured during Run
Service Worker algorithm.

BUG=617881

Review-Url: https://codereview.chromium.org/2059953003
Cr-Commit-Position: refs/heads/master@{#404388}
3 files changed