Index: content/browser/resources/service_worker/serviceworker_internals.html |
diff --git a/content/browser/resources/service_worker/serviceworker_internals.html b/content/browser/resources/service_worker/serviceworker_internals.html |
index 913811a2f9cfe0538532fdcfcd3e02cdb4a77d54..9f0a6b5b4cd498b003ba0fe9ec657fc93b53b97c 100644 |
--- a/content/browser/resources/service_worker/serviceworker_internals.html |
+++ b/content/browser/resources/service_worker/serviceworker_internals.html |
@@ -19,6 +19,10 @@ |
<span>Running Status:</span> |
<span jscontent="$this.running_status"></span> |
</div> |
+ <div class="serviceworker-script_url"> |
+ <span>Script:</span> |
+ <span jscontent="$this.script_url"></span> |
+ </div> |
<div class="serviceworker-vid"> |
<span>Version ID:</span> |
<span jscontent="$this.version_id"></span> |
@@ -63,10 +67,6 @@ |
<span>Scope:</span> |
<span jscontent="scope"></span> |
</div> |
- <div class="serviceworker-script_url"> |
- <span>Script:</span> |
- <span jscontent="script_url"></span> |
- </div> |
<div class="serviceworker-rid"> |
<span>Registration ID:</span> |
<span jscontent="registration_id"></span> |