DescriptionServiceWorker: 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
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201219
Patch Set 1 : #
Total comments: 2
Patch Set 2 : incorporate review comment #
Messages
Total messages: 12 (5 generated)
|