ServiceWorker: Clean up ownership management of WebServiceWorkerRegistration
Before the CL[1], Chromium could pass an existing WebServiceWorkerRegistration to ServiceWorkerRegistration, so ServiceWorkerRegistration needed to confirm whether its ownership was passed. After the CL, Chromium always passes ownership and ServiceWorkerRegistration does not have to worry about it. This CL removes codes for the case that ownership is not passed from Chromium. [1] https://codereview.chromium.org/1307133003/ BUG=523904 Review URL: https://codereview.chromium.org/1317473002 git-svn-id: svn://svn.chromium.org/blink/trunk@201219 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment