Bug 993732 - Should use renamed properties done by bug 988129. pending r=gene

Landed directly on mozilla-central in order to fix the Firefox OS bustage in today's build.
This commit is contained in:
Henry Chang 2014-04-09 15:42:47 +08:00
parent d7dfb3c5c8
commit 9d6a75f8cb

View File

@ -230,8 +230,8 @@ SystemMessageManager.prototype = {
// handle it again, which is redundant.
cpmm.sendAsyncMessage("SystemMessageManager:Message:Return:OK",
{ type: msg.type,
manifest: this._manifest,
uri: this._uri,
manifestURL: this._manifestURL,
pageURL: this._pageURL,
msgID: msg.msgID });
}