Bug 726378: Followup to fix orange make check. r=me

This commit is contained in:
Kyle Huey 2012-06-29 11:49:29 -07:00
parent 08ad5220dd
commit aa7956cecf

View File

@ -70,7 +70,7 @@ SettingsServiceLock.prototype = {
req.onerror = function(event) { callback ? callback.handleError(event.target.errorMessage) : null; };
break;
case "get":
req = store.getAll(name);
req = store.mozGetAll(name);
req.onsuccess = function(event) {
debug("Request successful. Record count:" + event.target.result.length);
debug("result: " + JSON.stringify(event.target.result));