Bug 1205053 - addendum: rebasing mistake due to the new name of the ctypes helper, rs=me

This commit is contained in:
Gijs Kruitbosch 2015-09-22 16:45:06 +01:00
parent 2a470e386e
commit 7892e9588f

View File

@ -717,7 +717,7 @@ function getTypedURLs(registryKeyPath) {
createInstance(Ci.nsIWindowsRegKey);
let typedURLTimeKey = Cc["@mozilla.org/windows-registry-key;1"].
createInstance(Ci.nsIWindowsRegKey);
let cTypes = new CtypesHelpers();
let cTypes = new CtypesKernelHelpers();
try {
typedURLKey.open(Ci.nsIWindowsRegKey.ROOT_KEY_CURRENT_USER,
registryKeyPath + "\\TypedURLs",