Bug 563738 - remove privileged mozBackgroundRequest property. r=trivial a=blocking

This commit is contained in:
Marco Bonardo 2010-09-13 11:44:30 +02:00
parent e71a8809e5
commit ef27fd8c8e

View File

@ -141,7 +141,6 @@ function loadSnippets()
Date.now() - lastUpdate > SNIPPETS_UPDATE_INTERVAL_MS)) {
// Try to update from network.
let xhr = new XMLHttpRequest();
xhr.mozBackgroundRequest = true;
xhr.open('GET', updateURL, true);
xhr.onerror = function (event) {
showSnippets();