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 7706868f9a
commit 15c327ad27

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",