summaryrefslogtreecommitdiff
path: root/common/content/buffer.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/content/buffer.js')
-rw-r--r--common/content/buffer.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/content/buffer.js b/common/content/buffer.js
index 9cbab80d..fd750f6e 100644
--- a/common/content/buffer.js
+++ b/common/content/buffer.js
@@ -751,8 +751,8 @@ function Buffer() //{{{
{
try
{
- var cacheEntryDescriptor = service["cache"].createSession(proto, 0, true)
- .openCacheEntry(cacheKey, ACCESS_READ, false);
+ var cacheEntryDescriptor = services.get("cache").createSession(proto, 0, true)
+ .openCacheEntry(cacheKey, ACCESS_READ, false);
break;
}
catch (e) {}