diff --git a/browser/components/migration/MSMigrationUtils.jsm b/browser/components/migration/MSMigrationUtils.jsm index 8cc9e2616d2..2e893d5f1e0 100644 --- a/browser/components/migration/MSMigrationUtils.jsm +++ b/browser/components/migration/MSMigrationUtils.jsm @@ -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",