Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: content/browser/resources/service_worker/serviceworker_internals.js

Issue 501453002: Decouple script_url from ServiceWorkerRegistration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync after major collision Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/resources/service_worker/serviceworker_internals.js
diff --git a/content/browser/resources/service_worker/serviceworker_internals.js b/content/browser/resources/service_worker/serviceworker_internals.js
index 5e698b80d5cd71afb929192a6e5348d59a684e3c..3eda10f5acff08e628bd63fd1697401d86e8a608 100644
--- a/content/browser/resources/service_worker/serviceworker_internals.js
+++ b/content/browser/resources/service_worker/serviceworker_internals.js
@@ -96,7 +96,7 @@ cr.define('serviceworker', function() {
}
workers.push({
'scope': registration.scope,
- 'url': registration.script_url,
+ 'url': version.script_url,
'partition_id': partition_id,
'version_id': version.version_id,
'process_id': version.process_id,

Powered by Google App Engine
This is Rietveld 408576698