Bug 552532 - Sync form data to mobile [r=Mardak]

Add the "Form" engine to the list of engines used on Fennec.
This commit is contained in:
Paul O’Shannessy 2010-03-16 12:00:40 -07:00
parent 1ce05d4603
commit 6734a1e7b5

View File

@ -346,7 +346,7 @@ WeaveSvc.prototype = {
let engines = [];
switch (Svc.AppInfo.ID) {
case FENNEC_ID:
engines = ["Bookmarks", "History", "Password", "Tab"];
engines = ["Bookmarks", "Form", "History", "Password", "Tab"];
break;
case FIREFOX_ID: