Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1052722 - Update call to manifest helper with manifestURL a=nbotb…
Browse files Browse the repository at this point in the history
… r=fabrice
  • Loading branch information
KevinGrandon committed Sep 6, 2014
1 parent b9e593b commit a8e4d26
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -42,7 +42,8 @@ Services.obs.addObserver(function onLaunch(subject, topic, data) {
if (!aManifest)
return;

let manifest = new ManifestHelper(aManifest, json.origin);
let manifest = new ManifestHelper(aManifest, json.origin,
json.manifestURL);
let data = {
'timestamp': json.timestamp,
'url': manifest.fullLaunchPath(json.startPoint),
Expand Down

0 comments on commit a8e4d26

Please sign in to comment.