diff --git a/b2g/chrome/content/shell.js b/b2g/chrome/content/shell.js index 639e0d0adc3..66e394652ff 100644 --- a/b2g/chrome/content/shell.js +++ b/b2g/chrome/content/shell.js @@ -526,8 +526,7 @@ var shell = { url: msg.uri, manifestURL: msg.manifest, isActivity: (msg.type == 'activity'), - target: msg.target, - expectingSystemMessage: true + target: msg.target }); },