Backed out changeset f951099c6a3c (bug 836654)

This commit is contained in:
Ed Morley 2013-02-14 10:02:29 +00:00
parent 01f06445b2
commit fbd015c664

View File

@ -526,8 +526,7 @@ var shell = {
url: msg.uri, url: msg.uri,
manifestURL: msg.manifest, manifestURL: msg.manifest,
isActivity: (msg.type == 'activity'), isActivity: (msg.type == 'activity'),
target: msg.target, target: msg.target
expectingSystemMessage: true
}); });
}, },