From 0cb796b5d0f4a2b0338c91b883f1b528659c436c Mon Sep 17 00:00:00 2001 From: Gijs Kruitbosch Date: Tue, 22 Sep 2015 16:45:06 +0100 Subject: [PATCH] Bug 1205053 - addendum: rebasing mistake due to the new name of the ctypes helper, rs=me --HG-- extra : commitid : CwzpQoyqcEZ --- browser/components/migration/MSMigrationUtils.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/components/migration/MSMigrationUtils.jsm b/browser/components/migration/MSMigrationUtils.jsm index 8cc9e2616d2b..2e893d5f1e01 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",