[PATCH] Fix unitialized variable on 17.0.6esr.

26 views
Skip to first unread message

Anthony Martin

unread,
May 13, 2013, 4:19:45 AM5/13/13
to penta...@googlegroups.com
# HG changeset patch
# User Anthony Martin <al...@pbrane.org>
# Date 1368433017 25200
# Mon May 13 01:16:57 2013 -0700
# Node ID 1770e846d85b20a0b8b25b711e33428977d60af3
# Parent ddb20953fcebb277dc5a68679d69f39873e3a866
Fix unitialized variable on 17.0.6esr.

diff --git a/common/modules/buffer.jsm b/common/modules/buffer.jsm
--- a/common/modules/buffer.jsm
+++ b/common/modules/buffer.jsm
@@ -83,7 +83,7 @@
services.contentPrefs.getPref(this.uri, pref,
sanitizer.getContext(this.win), callback);
else
- services.contentPrefs.getPref(uri, pref, callback);
+ services.contentPrefs.getPref(this.uri, pref, callback);
},

/**

Kris Maglione

unread,
May 16, 2013, 12:36:26 PM5/16/13
to penta...@googlegroups.com
Applied. Thanks.
>--
>
>---
>You received this message because you are subscribed to the Google Groups "Pentadactyl" group.
>To unsubscribe from this group and stop receiving emails from it, send an email to pentadactyl...@googlegroups.com.
>For more options, visit https://groups.google.com/groups/opt_out.
>
>

--
Kris Maglione

To read is to translate, for no two persons' experiences are the same.
A bad reader is like a bad translator: he interprets literally when he
ought to paraphrase and paraphrases when he ought to interpret
literally.
--W.H. Auden

Reply all
Reply to author
Forward
0 new messages