Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Schmid <schmid-thomas@gmx.net>2021-04-24 14:31:33 +0300
committerThomas Schmid <schmid-thomas@gmx.net>2021-04-24 14:31:33 +0300
commit89c111c33b63ee45800459982a5a368d10b96886 (patch)
treeaa56659cb7695673cdc049fb5424620905283892 /src
parent09fac3ff19d63fc6eac67fe930369908da1d9644 (diff)
Fix fallout from previous merge
Diffstat (limited to 'src')
-rw-r--r--src/wx/api/sieve/SieveSocketApi.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/api/sieve/SieveSocketApi.js b/src/wx/api/sieve/SieveSocketApi.js
index 89ad82a1..81f6753b 100644
--- a/src/wx/api/sieve/SieveSocketApi.js
+++ b/src/wx/api/sieve/SieveSocketApi.js
@@ -14,7 +14,7 @@
/* global ExtensionCommon */
/* global Components */
/* global ChromeUtils */
- /* global Services */
+ const { Services } = ChromeUtils.import("resource://gre/modules/Services.jsm");
// Input & output stream constants.
const STREAM_BUFFERED = 0;